Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->SPC Output Blank Lines

The SPC directive will instruct the cross-assembler to output blank lines to the assembly listing.  The number of blank lines output is determined by the value of the expression in the operand field.  If the paged mode is disabled, the total number of blank lines specified in the expression will be output.  If the paged mode is enabled, then the number of blank lines output may be less if a page break is reached beforehand.  (i.e. blank lines will not be carried forward onto the next page.)  The line containing the SPC directive is not listed.

Format:

 SPC  <expression>   <comment>