END

End of source program.

END expression

Remarks

The optional END directive indicates that the logical end of the source program has been encountered. Any statements following the END directive are ignored. The optional expression in the operand field can be used to specify the starting execution address of the program. The expression may be absolute or relocatable, but it must have a memory space attribute of Program or None. The END directive cannot be used in a macro expansion.

A label is not allowed with this directive.

Example

END EGIN ; BEGIN is the starting

; execution address