45181 Parallax Inc, 45181 Datasheet - Page 46

SX TECH TOOL KIT NO POWER

45181

Manufacturer Part Number
45181
Description
SX TECH TOOL KIT NO POWER
Manufacturer
Parallax Inc
Series
SXr
Type
Microcontrollerr
Datasheet

Specifications of 45181

Contents
SX Book, SX Key, SX Tech Board, Samples, Resonators, Cable and Manual
Product
Microcontroller Basic Stamps
Operating Supply Voltage
5 V
For Use With/related Products
SX MCUs
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
7 The SASM Assembler
Page 46 SX-Key/Blitz Development System Manual 2.0 Parallax, Inc.
Directive
= / SET
BREAK
CASE / NOCASE
DEVICE / FUSES /
PROCESSOR
DS / RES / ZERO
DW
END
EQU / GLOBAL
ERROR
EXPAND /
NOEXPAND
FREQ
__FUSE / __FUSEX
ID
IF
{ELSE}
ENDIF
IFDEF/IFNDEF
{ELSE}
ENDIF
INCLUDE
IRC_CAL
LIST
LOCAL
LPAGE
MACRO
{EXITM}
ENDM
Description
Assigns or reassigns a value to a symbol. This directive is used to
create and manipulate assemble-time variables.
Defines a run-time breakpoint.
Specifies that the following instructions should be, or should not be,
case sensitive.
Sets SX device options. These directives usually precede all other direc-
tives and instructions.
Increments the memory pointer ($) by value. Used to reserve RAM and
E
Defines words in EEPROM.
Marks the end of the source code. All text following the END will be
ignored by the assembler.
Assigns a value to a symbol. This directive is used to create assemble-
time variables.
Defines an assemble-time error or warning.
Specifies that the following macro instructions should be, or should not
be, expanded in the list file. (See section 7.4.5 – The EXPAND and
NOEXPAND Directives for a detailed description.)
Specifies the clock frequency, in Hz, to be generated by the SX-Key
during debugging.
Defines FUSE and FUSEX words as explicit expression values. Not
recommended for use.
Assigns a value to the 8-byte ID word in the SX. The text argument
may be up to 8 characters and should be enclosed in apostrophes.
Conditional assembly and alternate conditional assembly block.
Conditional assembly and alternate conditional assembly block based
upon symbol definitions.
Includes a source code file, i.e. the INCLUDE directive is replaced by
the contents of the file specified with the directive.
Specifies the calibration value for the internal RC oscillator.
Controls the list format, and sets certain options
Declares the labels named after the directive as private symbols that
are only available inside a macro body. (See section 7.4.4 – The LOCAL
directive for a detailed description.)
Inserts a form feed at this point in the list file.
Defines a macro. (See section 7.4 – Macros for a detailed description.)
2
Flash during assembly.
Table 5 - SASM Directives
Syntax
symbol = value
BREAK
{NO}CASE
DEVICE setting {,setting…}
symbol DS value
DW data {,data…}
END
symbol EQU value
ERROR ‘error text’
{NO}EXPAND
FREQ n
__FUSE expression
__FUSEX expression
ID ‘text’
IF condition
{ELSE}
ENDIF
IF{N}DEF symbol
{ELSE}
ENDIF
INCLUDE “<file path>”
IRC_CAL IRC_SLOW |
IRC_4MHZ | IRC_FAST
LIST {C=cols} {F=format}
{L=NONE|NOPAGE|PAGE}
{N=lines} {P=processor}
{Q=message number}
{R=radix} {X=ON|OFF}
LOCAL <label>[, <label>]…
LPAGE
label MACRO {value}
{EXITM}
ENDM

Related parts for 45181