Avago Technologies LSI53C1010 User Manual
Page 284
A-4
NASM Error Messages
Logical end of line '\' expected
string
A logical line separator is needed before continuing the directive
on a new line.
MACNTL LSI53C720,
LSI53C770, and LSI53C8XX
architectures only
The MACNTL register is available only on LSI53C720 and higher
architectures.
MASK specified multiple times
MASK may only be specified once per instruction.
Memory Move operations not
available on LSI53C700
architectures
The Memory Move instruction is only available on LSI53C710
and higher architectures.
Memory Move Noflush only
available on LSI53C810A,
LSI53C825A, LSI53C860,
LSI53C875, LSI53C876,
LSI53C885, and LSI53C895
architectures
The No Flush option is only available in the LSI53C810A and
higher architectures.
Old EXTERNAL directive, use
new EXTERNAL directive string
When the Debug switch is on, the operand string must be
declared with the new EXTERNAL directive syntax. The new
syntax informs the debugger of the size of the external variable.
Old RELATIVE directive, use new
RELATIVE directive string
When the Debug switch is on, the operand string must be
declared with the new RELATIVE directive syntax. The new
syntax informs the debugger of the size of the relative data area.
One register must be SFBR or
both the same
The Register Move instruction requires either the source or
destination register be the SFBR register, or that both the source
and destination be the same register.
Only use CARRY with Addition or
Subtraction
The CARRY bit can only be checked when either an addition or
subtraction operation is used.
Operand must be a TABLE entry
string
When the Debug switch is on, the operand where the string
resides must be of type TABLE entry. This is used for table
indirect addressing and to inform the debugger about the size of
the table.
Parenthesis must match when
PASS is used as an argument
When a PASS variable is used as an argument the parentheses
must match.
PHASE expected string
String was found instead of a PHASE.
Table A.1
NASM Error Messages (Cont.)
Error
Description