M68ICS05KJ Freescale Semiconductor, M68ICS05KJ Datasheet - Page 77

no-image

M68ICS05KJ

Manufacturer Part Number
M68ICS05KJ
Description
SIM PROGRAM FOR 68HC705KJ/J1A
Manufacturer
Freescale Semiconductor
Type
Simulator/Programmerr
Datasheet

Specifications of M68ICS05KJ

Contents
Programmer, Power Supply, Assembler/Simulator/Debugger, Cable, Software and Documentation
For Use With/related Products
68HC705KJ/JIA
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
5.9 ASSEMBLER ERROR MESSAGES
You can configure the CASM05W assembler to highlight any errors that it encounters during
assembly, and display an error message on the prompt line. Table 5-6 summarizes these
messages.
Conditional
assembly variable
not found
Duplicate label
Error writing .LST
or .MAP file—
check disk space
Error writing
object file—check
disk space
Include directives
nested too deep
INCLUDE file not
found
Invalid base value
Invalid opcode,
too long
MACRO label too
long
M68ICS05KJOM/D
Message
The variable in the IF or IFNOT
statement has not been declared via s
SET or SETNOT directive.
The label in the highlighted line already
has been used.
Insufficient disk space or other reason
prevents creation of an .LST or .MAP
file.
Insufficient disk space or other reason
prevents creation of an object file.
Includes are nested 11 or more levels
deep.
Assembler could not find the file
specified in the INCLUDE directive
Value inconsistent with current default
base (binary, octal, decimal, or
hexadecimal)
The opcode on the highlighted line is
wrong.
A label in the macro has 11 or more
characters.
Table 5-6. Assembler Error Messages
Probable Cause
Declare the variable using the
SET or SETNOT directive.
Change the label to one not
used already.
Make sure there is sufficient disk
space. Make sure that your
CONFIG.SYS file lets multiple
files to be open at the same time
(see your DOS or Windows
manual for commands).
Make sure there is sufficient disk
space. Make sure your
CONFIG.SYS file allows multiple
files to be open at the same time
(see your DOS or Windows
manual for commands).
Nest includes no more than 10
levels deep.
Make sure that quotes enclose
the file name to be included; if
necessary, specify the full path
name as well.
use a qualifier prefix or suffix for
the value, or change the default
base.
Correct the opcode.
Change the label to have no
more than 10 characters,
Corrective Action
ASSEMBLER INTERFACE
5-17

Related parts for M68ICS05KJ