
APPENDIX 3 ERROR MESSAGES
070
071
072
073
074
075
076
077
078
079
080
081
082
083
* The destination of JMP instruction is beyond SPE instruction.
(Cause) An SPE instruction was encountered before a JMPE instruction.
* CALL instruction cannot be used excluding the 2nd level.
(Cause) The use of the CALL instruction was attempted within level 1 or 3.
* CALLU instruction cannot be used excluding the 2nd level.
(Cause) The use of the CALLU instruction was attempted within level 1 or 3.
. The range controled by COM instruction is beyond END instruction.
(Cause) An END instruction was encountered before a COME instruction.
- The destination of JMP instruction is beyond END instruction.
(Cause) An END instruction was encountered before a JMPE instruction.
* The range controled by COM instruction is beyond SP instruction.
(Cause) An SP instruction was encountered before a COME instruction.
* The destination of JMP instruction is beyond SP instruction.
(Cause) An SP instruction was encountered before a JMPE instruction.
- The range controled by COM instruction is beyond CALL instruction.
(Cause) A CALL instruction was encountered before a COME instruction.
. The range controled by COM instruction is beyond CALLU instruction.
(Cause) A CALLU instruction was encountered before a COME instruction.
- The destination of JMPB instruction is beyond COM instruction.
(Cause) An attempt was made to execute the JMPB instruction from the outside to the
inside, or from the inside to the outside, of common line control.
* JMPC instruction cannot be used in the main program.
(Cause) The use of the JMPC instruction was attempted within the main program.
. An illegal label number is specified for the JMPB instruction.
(Cause) A non-L address has been specified as the parameter of the JMPB
instruction.
* An illegal label number is specified for the LBL instruction.
(Cause) A non-L address has been specified as the parameter of the LBL instruction.
- An illegal label number is specified for the JMPC instruction.
(Cause) A non-L address has been specified as the parameter of the JMPC
instruction.
A3-18