Cross Assembler asm88 (2)
Sub Tool Chain
Error Messages
Severe errors
operand expected
There is no operand.
psect name required
A section name must be specified.
phase error <identifier>
The label address is different between pass 1 and pass 2.
CODE or DATA missing
There is no section setting pseudo-instruction.
ROM capacity overflow
ROM capacity has overflowed.
RAM capacity overflow
RAM capacity has overflowed.
relocation error in expression
A relocation error has appeared within the expression.
<identifier> reserved word
<identifier> is a reserved word.
syntax error <token> expected
Syntax error due to insufficient token(s)
syntax error <token> unexpected Syntax error due to excess token(s)
syntax error - invalid identifier
Syntax error due to an illegal identifier
<identifier>
syntax error <token> invalid in
Syntax error due to an illegal token
expression
system error < > <token>
System error due to an illegal token
unsupported instruction
Unsupported instruction has appeared.
unsupported operand
Unsupported operand has appeared.
Warnings
directive is ignored in relocatable The pseudo-instruction is skipped because it is in the
mode
relocatable mode.
possibly missing relocatability
Relocatability may lose.
constant overflow
Seven or more digits has been defined for the name.
expected operator
There is no operator (BOC, LOC, POD, LOD).
Fatal errors
can't create <file>
<file> cannot be created.
can't open <file>
<file> cannot be opened.
can't read tmp file
Temporary file cannot be read.
can't write tmp file
Temporary file cannot be written.
namelist full
Name list table is full.
no i/p file
There is no input file specification.
insufficient memory
There is not enough memory.
can't seek on vmem file
Seeking of virtual memory file has failed.
can't seek to end of vmem file
Cannot reach the end of virtual memory file.
no swappable page
There is no swap space.
read error on vmem file
Reading of virtual memory file has failed.
write error on vmem file
Writing to virtual memory file has failed.
Severe errors
<numeric label> already defined
The numeric label has been defined previously.
<identifier> wrong type
An illegal identifier has appeared.
<token> expected
A token is needed.
' missing
A quotation mark is missing.
attempted division by zero
Attempt has been made to divide by zero.
attempt to redefine <identifier>
Attempt has been made to redefine an identifier.
constant expected
A constant expression is required.
end expected
There is no end instruction.
encountered too early end of line The line has terminated in the middle.
field overflow
The field to be secured has overflowed.
invalid branch address
An external defined symbol is used for the operand of the short
branch instruction.
invalid byte relocation
The byte relocation is invalid.
invalid character
Three is an illegal character.
invalid flag
The flag is invalid.
invalid operand
The operand is invalid.
invalid relocation item
The relocation item is invalid.
invalid register
The register is invalid.
invalid register pair
The register combination is invalid.
invalid symbol define
The symbol definition is invalid.
invalid word relocation
The word relocation is invalid.
new origin incompatible with
There is an absolute origin within the relocatable section
current psect
(relocatable mode).
non terminated string
The termination of a string cannot be located.
<identifier> not defined
Undefined identifier has appeared.
missing numeric expression
A numeric expression is missing.
cars or jrs out of range
Branch destination by cars or jrs is out of range.
carl or jrl out of range
Branch destination by carl or jrl is out of range.