pTAL Reference Manual (G06.24+, H06.09+, J06.03+)

Generate non-preemptable object codeDefault:
On the command linePlacement:
Applies to the compilation unitScope:
NoneDependencies:
GMAP
GMAP
lists the global map in the compiler listing.
NOGMAP
suppresses the global map in the compiler listing.
GMAPDefault:
Anywhere, any number of times. The last GMAP or NOGMAP in the
compilation unit determines whether the compiler lists the global map.
Placement:
Applies to the compilation unitScope:
Dependencies:
GMAP has no effect if NOLIST, NOMAP, or SUPPRESS is active
NOGMAP suppresses the global map even if MAP is active
References:
LIST (page 401)
MAP (page 402)
SUPPRESS (page 420)
The global map:
Appears at the end of the compilation listing
Lists all identifiers in the compilation unit and tells what kind of objects they are, including
identifier class and type
GP_OK
NOTE: The EpTAL compiler ignores these directives.
GP_OK
causes the pTAL compiler to generate code that has GP-relative addressing (“small” data).
GMAP 397