45181 Parallax Inc, 45181 Datasheet - Page 75

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
If you desire to suppress a warning only in a specific area of the code, you can surround the code like
this:
The minus sign in front of the warning number will toggle it back to an active warning again.
The table below summarizes all error and warning messages of SASM:
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
1
2
3
4
5
6
7
8
9
Bad instruction statement
Redefinition of symbol <name>
Symbol <name> is not defined
Symbol is a reserved word
Missing operand(s)
Too many operands
Missing file register
Missing literal
Missing Label
Missing right parenthesis
Missing expression
Redefinition of MACRO label <name>
Bad expression
Bad argument <text>
Bad MACRO expression
Macro arguments do not match
Unmatched MACRO
Bad IF-ELSE-ENDIF statement
Unmatched ELSE
Unmatched ENDIF
File nesting error - too deep
If.else.endif nesting error - too deep
Invalid digit in numeric constant
Value is out of range
Bad radix value
Unknown microcontroller type
Unknown output format
Unknown listing parameter
Bad string syntax
Overwriting same program
counter location
Expected an ’=’ sign
Message
LIST Q = 37, Q = 64
LIST Q = 37
mov w, #-200
LIST Q = -37
Table 14 - SASM Error and Warning Messages
SASM Error and Warning Messages
Misspelled instruction or incomplete instruction line
The symbol is already defined with an EQU before
The symbol used in a statement is not defined before
The name you tried to use for a symbol is a reserved word
An operand is missing in an expression
Too many operands for this expression
Specification of a file register is expected
A literal was expected
A label was expected
A right parenthesis is missing in an expression
An expression was expected
A macro with this name is already defined
An expression is incomplete or incorrect
<Text> is not allowed as argument in this expression
A macro expression is incomplete or incorrect
The arguments passed to a macro don’t match the arguments defined
A macro definition is missing an ENDM
Illegal structure of an IF-ELSE-ENDIF
An ELSE without a previous IF was found
An ENDIF without a previous IF was found
Check for recursive INCLUDES
Nesting of IF-ELSE-ENDIF blocks too deep
A digit in a numeric constant is not allowed with this radix
Value too large or too small
Only radix 2, 8, 10, or 16 allowed
Invalid microcontroller type specified in LIST directive
Bad command line parameter
Bad command line parameter
A string constant was specified with non-matching quotes
Assembled code expands into an area that has been reserved for other
code by an ORG directive
An equals sign is missing
Meaning
SX-Key/Blitz Development System Manual 2.0 Parallax, Inc. Page 75
7 The SASM Assembler
Type
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E

Related parts for 45181