| |||||
Technical Support Support Resources
Product Information | C166: EXTINS DIRECTIVEInformation in this article applies to:
QUESTIONWhat does the C166 Compiler EXTINS directive do? ANSWERThe 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 | ||||
| |||||