Listoff, Liston - Panasonic PanaXSeries MN1030 Series User Manual

Panasonic microcomputer user's manual
Table of Contents

Advertisement

9.4.4

listoff, liston

Syntax
label
[name]
[name]
Functional description
The listoff and liston directives are used in pairs. Statements from the statement following the listoff
directive until the statement preceding the liston directive will not be output to the list file. These
directives are used when you do not want to output an already debugged program to the list file.
NOTE:
Only output to the list file will be suppressed. Output of object code will not be suppressed at all.
Operand coding rules
These directives take no operands.
Usage example
Below is an example use of the listoff and liston directives. The mov 0x22,D0 is a statement that
should not be output to the list file.
_CODE
main
Chapter 9 Writing Machine Language Instructions and Directive Statements
operation
operand
listoff
.
.
.
liston
The listoff and liston directives themselves are output.
section
mov
listoff
mov
liston
mov
end
CODE, PUBLIC, 2
0x11, D0
0x22, D0
0x33, D0
Writing Directive Statements 159

Advertisement

Table of Contents
loading

Table of Contents