English
Language : 

45111 Datasheet, PDF (83/184 Pages) List of Unclassifed Manufacturers – 14-DAY MONEY BACK GUARANTEE
Message
Macro stack overflow
Nothing to assemble
Only one BREAK is allowed
Port is out of range
Redundant DEVICE parameter
REPT count must be greater than 0
RESET address must be on first page
Symbol exceeds 32 characters
Symbol table full
This directive cannot be preceded by a
symbol
Undefined Symbol
Unrecognized character
Variable must be followed by “=”
8 The Parallax Assembler
Explanation
Macro is too complex; try simplifying it.
Must have source code entered or loaded up into the editor before assembling,
programming, running or debugging.
The SX chip does not support more than one breakpoint at a time.
Verify the port symbol or address in the mnemonic. See Appendix F for available
ports.
The parameter specified conflicts with a previously specified device parameter.
The SX chip does not support a reset address outside of page 0.
All symbols must be 32 characters in length or less and must start with a letter or
underscore (_).
Too many symbols are defined. Must limit or combine any applicable symbols to
assemble properly.
Only the ORG, RESET, EQU, =, DS, DW, BREAK, MACRO and END directives
can be preceded by a symbol.
Symbol is not defined above highlighted line. Check for mistyped symbol. Watch
out for different case when the CASE directive is used.
Use single quotes (‘) instead of double quotes (“).
Look for mistyped label.
8.7 Data Types
Data types are handled by the Parallax assembler similar to SASM. Therefore, refer to Chapter 7.8 –
Data Types for more details.
SX-Key/Blitz Development System Manual 2.0 • Parallax, Inc. • Page 83