214
5 SEQUENCE INSTRUCTIONS
5.6 Termination Instructions
When a program is divided into multiple program blocks, the END instruction indicates the end of a program
block.
The END instruction within the program registered at the end of the program setting performs END
processing.
Error code
(SD0)
Description
3340H After execution of the FOR instruction, the END instruction is executed before the NEXT instruction.
3381H After execution of the CALL(P), FCALL(P), ECALL(P), or EFCALL(P) instruction, the END instruction is executed before the RET
instruction.
33A1H Within the interrupt program specified by the interrupt pointer (I), the END instruction is executed before the IRET instruction.