45111 Parallax Inc, 45111 Datasheet - Page 57

MANUAL FOR SX-KEY/BLITZ VER. 2.0

45111

Manufacturer Part Number
45111
Description
MANUAL FOR SX-KEY/BLITZ VER. 2.0
Manufacturer
Parallax Inc
Datasheet

Specifications of 45111

Accessory Type
Manual
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
For Use With/related Products
Parallax microcontroller
For Use With
70002PAR - GUIDE PROG THE SX MICRO -DAUBACH
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Contains lead / RoHS non-compliant
7.3.17 The LPAGE Directive
The syntax for the LPAGE directive is
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:
LIST C = <columns>
LIST F = <format>
LIST L = <list>
LIST N = <lines>
LIST P = <processor>
LIST Q = <message number>
LIST R = <radix>
LIST W = <0|1|2>
LIST X = <on/off>
Option
LPAGE
Sets the number of columns in the list file (default: no column limit)
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
PAGE
NOPAGE = continuous list file with no page headers and form
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,
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.
Suppresses the output of the warning with the message number specified
(default: output all warnings)
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:
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
X = OFF is a synonym for NOEXPAND
Meaning
NoExpand Directives)
Table 9 - LIST Directive Options
= no list file
= list file with page headers and form feeds, 55
lines/page by default (use LIST N to change the
number of lines/page)
feeds
SX-Key/Blitz Development System Manual 2.0 Parallax, Inc. Page 57
7 The SASM Assembler

Related parts for 45111