Keil™, An ARM® Company

Technical Support

C166: EXTINS DIRECTIVE


Information in this article applies to:

  • C166 Version 4.06

QUESTION

What does the C166 Compiler EXTINS directive do?

ANSWER

The EXTINS directive causes the C166 Compiler to terminate EXTS and EXTP instruction sequences at the end of each source line. By default, these instruction sequences may extend one or more source lines.

Using the EXTINS directive makes debugging easier because single-steps execute a line at a time (rather than the extent of the whole EXT sequence).

Specify this directive on the command line or with #pragma. For example:

#pragma EXTINS

Last Reviewed: Sunday, September 10, 2000


Did this article provide the answer you needed?
 
Yes
No
Not Sure