Panasonic PanaXSeries MN1030 Series User Manual page 331

Panasonic microcomputer user's manual
Table of Contents

Advertisement

Directives for data area allocation
symbol
instruction operand
dc
dw
dd
ds
Directives for list control
symbol
instruction operand
tit
listoff
liston
xlistoff
xliston
page
Syntax
definition | expression(,definition
| expression)...
expression(,expression)...
expression(,expression)...
expression1 [,expression2[.
expression3]]
Syntax
["string"]
lines[, columns]
Function & Notes
Allocates 8-bit data areas.
Allocates 16-bit data areas.
Allocates 32-bit data areas.
Allocates the number of bytes specified by
expression1 to a data area.
If expression2(initial value) is specified, the data
area will be filled with that initial value. If
expression3(repeat count) is specified, this
operation will be repeated for the specific
number of times.
Function & Notes
Specifies the header for the list file.
Suppresses list output from the next line after this
directives.
Resume list output from the line of this
directives.
Suppresses list output from the line of this
directives.
Resume list output from the next line after this
directives.
Specifies the number of lines and columns on a
page of list file.
List of Assembler Directives 319
Chapter 17 Appendix

Advertisement

Table of Contents
loading

Table of Contents