→
Syntax
PAGE
size
•
Description
This directive specifies the number of the lines of the program listing file.
The page size must be within the range from 10 to 255, the default page
size is 60.
•
Example
PAGE 57
This example sets the maximum page size of the listing file to 57 lines.
→
Syntax
.LIST
.NOLIST
•
Description
The directives LIST and NOLIST decide whether or not the source
program lines are to be copied to the program listing file. NOLIST
suppresses copying of subsequent source lines to the program listing file.
LIST restores the copying of subsequenct source lines to the program
listing file. The default is LIST.
•
Example
.NOLIST
mov a, 1
mov b1, a
.LIST
In this example, the two instructions in the block enclosed by NOLIST and
LIST are suppressed from copying to the source listing file.
→
Syntax
.LISTMACRO
.NOLISTMACRO
•
Description
The directive LISTMACRO causes the assembler to list all the source
statements, including comments, in a macro,. The directive NOLIST-
MACRO suppresses the listing of all macro expansions. The default is
NOLISTMACRO.
→
Syntax
.LISTINCLUDE
.
NOLISTINCLUDE
•
Description
The directive LISTINCLUDE inserts the contents of all included files
into the program listing. The directive NOLISTINCLUDE suppresses
the addition of included files. The default is NOLISTINCLUDE.
Chapter 10 Assembly Language and Cross Assembler
119
Summary of Contents for HT-IDE
Page 11: ...P a r t I Integrated Development Environment Part I Integrated Development Environment 1 ...
Page 12: ...HT IDE User s Guide 2 ...
Page 20: ...Fig 1 6 Fig 1 7 HT IDE User s Guide 10 ...
Page 24: ...HT IDE User s Guide 14 ...
Page 70: ...HT IDE User s Guide 60 ...
Page 76: ...HT IDE User s Guide 66 ...
Page 92: ...HT IDE User s Guide 82 ...
Page 93: ...P a r t I I Development Language and Tools Part II Development Language and Tools 83 ...
Page 94: ...HT IDE User s Guide 84 ...
Page 148: ...HT IDE User s Guide 138 ...
Page 150: ...Fig 12 1 Fig 12 2 HT IDE User s Guide 140 ...
Page 154: ...HT IDE User s Guide 144 ...
Page 192: ...HT IDE User s Guide 182 ...
Page 194: ...HT IDE User s Guide 184 ...
Page 218: ...HT IDE User s Guide 208 ...
Page 235: ...P a r t V Appendix Part V Appendix 225 ...
Page 236: ...HT IDE User s Guide 226 ...
Page 250: ...HT IDE User s Guide 240 ...