NEC CP/M-86 System Reference Manual page 212

Advanced personal computer
Table of Contents

Advertisement

CP/ M-86 Error Messages
G-IO
Missing type information in operand(s)
ASM-86. Neither instruction operand contains sufficient
type information. Example:
MOV
[BX],lO
Nested "IF" illegal - "IF" ignored
ASM-86. The maximum nesting level for IF statements
has been exceeded.
Nested INCLUDE not allowed
No file
ASM-86. An INCLUDE directive was encountered
within a file already being included.
CP/M-86
cannot find the specified file, or no files exist.
ASM-86. The indicated source or include file cannot be
found on the indicated drive.
DDT-86. The file specified in an R or E command cannot
be found on the disk.
No matching "IF" for "ENDIF"
No space
ASM-86. An ENDIF statement was encountered without
a matching IF statement.
DDT-86. There is no space in the directory for the file
being written by a W command.
Operand(s) mismatch instruction
ASM-86. Either an instruction has the wrong number of
operands, or the types of the operands do not match.
Examples:
MOV CX,1,2
X
DB
0
MOV AX,X

Advertisement

Table of Contents
loading

Table of Contents