NEC CP/M-86 System Reference Manual page 206

Advanced personal computer
Table of Contents

Advertisement

CP/ M-86 Error Messages
G-4
Double defined variable
Double defined label
ASM-86. An identifier used as the name of a variable is
used elsewhere in the program as the name of a variable
or label. Example:
x
DB
5
x
DB
123H
ASM-86. An identifier used as a label is used elsewhere in
the program as a label or variable name. Example:
LAB3:
MOV
BX,5
LAB3:
CALL
MOVE
Double defined symbol - treated as undefined
ASM-86. The identifier used as the name of an EQU
directive is used as a name elsewhere in the program.
ERROR: BAD PARAMETER
PIP. An illegal parameter was entered in a PIP command.
Retype the entry correctly.
ERROR: CLOSE FILE - {filespec}
PIP. An output file cannot be closed. The user should
take appropriate action after checking to see if the correct
disk is in the drive and that the disk is not write protected.
ERROR: DISK READ - {filespec}
PIP. The input disk file specified in a PIP command
cannot be read properly. This is usually the result of an
unexpected end of file. Correct the problem in your file.

Advertisement

Table of Contents
loading

Table of Contents