English
Language : 

45111 Datasheet, PDF (57/184 Pages) List of Unclassifed Manufacturers – 14-DAY MONEY BACK GUARANTEE
7 The SASM Assembler
Table 9 - LIST Directive Options
Option
Meaning
LIST C = <columns>
Sets the number of columns in the list file (default: no column limit)
LIST F = <format>
Controls the output format of the HEX file – do not use this option because SASM
creates the format required by the SX-Key software by default.
Controls the list file output (default: NOPAGE):
NONE = no list file
PAGE = list file with page headers and form feeds, 55
LIST L = <list>
lines/page by default (use LIST N to change the
number of lines/page)
NOPAGE = continuous list file with no page headers and form
feeds
LIST N = <lines>
Sets the number of lines per page in the list file (default: 55)
Select the processor type. Use any of the following (default: SX18) SX18, SX18AC,
LIST P = <processor>
PINS18, SX20, SX20AC, PINS20, SX28, SX28AC, PINS28, SX48, SX48BD, PINS48,
SX52, SX52BD, PINS52. It is recommended to use a DEVICE directive instead, to
select the processor type.
LIST Q = <message number>
Suppresses the output of the warning with the message number specified
(default: output all warnings)
LIST R = <radix>
Use any of BIN, B, OCT, O, DEC, D, HEX, or H to specify the default radix for
numerical values
Controls which messages shall be generated:
LIST W = <0|1|2>
0 = all messages (comments, warnings, errors)
1 = just warnings and errors
2 = just errors
X = ON is a synonym for EXPAND (see section 7.4.5 – The Expand and
LIST X = <on/off>
NoExpand Directives)
X = OFF is a synonym for NOEXPAND
7.3.17 The LPAGE Directive
The syntax for the LPAGE directive is
LPAGE
This inserts a form feed at this point in the list file. Note that the option LIST L = PAGE should be also
active; otherwise, all form feed (including the ones caused by LPAGE directives) will be suppressed.
7.3.18 The ORG (Origin) Directive
The ORG (origin) directive tells the assembler the starting location to use for the following instructions.
The syntax for the ORG directive is:
SX-Key/Blitz Development System Manual 2.0 • Parallax, Inc. • Page 57