45111 Parallax Inc, 45111 Datasheet - Page 59

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
would result in the source code being expanded to:
during the assembly of the code.
Within a repeat block, the percent sign (%) alone may be used to refer to the current iteration (1–n) of
the block during assembly. For example:
would result in:
during the assembly of the code. In other words, during assembly, the first time through the repeat
block, the % symbol is equal to 1, the second time through it is equal to 2, etc.
7.3.21 The RESET Directive
The RESET directive specifies the starting address of the code to be executed when a reset condition
occurs. The assembler places a ‘Jump to Location’ instruction at the last location in memory to facilitate
this. The syntax of the RESET directive is:
The location argument must reside within the first page memory.
7.3.22 The SPAC Directive
The Syntax of the SPAC directive is
It inserts the number of blank lines given by <expression> into the list file.
add
add
add
REPT
add
ENDR
add
add
add
RESET
SPAC
$0A, #$01
$0A, #$01
$0A, #$01
3
$0A,#%
$0A, #1
$0A, #2
$0A, #3
location
<expression>
SX-Key/Blitz Development System Manual 2.0 Parallax, Inc. Page 59
7 The SASM Assembler

Related parts for 45111