gtpp2m0s | Programming Standards |
Type E assembler programs must contain a standard prolog and use the following format:
The FINIS macro, together with the BEGIN macro, calculates the program size. This calculation is required by the system loader to ensure that the program is not greater than its allocated size. The FINIS macro also generates an LTORG statement, which causes all literals to be generated before the FINIS macro.