APPENDIX B CREATING PROCEDURE OF ASSEMBLY SOURCE FILE (Sub tool chain)
270
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
B.3.10 Output List Control Pseudo-Instructions
The output list control pseudo-instructions are used for that can be easily referred, and are as following 7
types:
LINENO
SUBTITLE
SKIP
NOSKIP
LIST
NOLIST
EJECT
Name:
LINENO
... Change of line number for assembly list file
Format:
LINENO <numeric expression>
Functions:
This instruction forcibly changes the line number for the assembly list file to the following line
number set by the <numeric expression>. The line number can be changed up to 65535, and starts
from 0 if it exceeds the upper limit.
Example:
lineno
99
;
line number begins from 100
Name:
SUBTITLE
.... Subtitle setting to assembly list file
Format:
SUBTITLE <character string>
Functions:
The SUBTITLE instruction is used for outputting optional character string as subtitles onto the 4th
line of the list output. After the first page, SUBTITLE appearing within the current page is used as the
subtitle of the following page and continue to be used until a new SUBTITLE appears.
The character string should be enclosed by double quotation marks.
Example:
subtitle
"asm88 Special function library"