CODE_OFFSETS Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
CODE_OFFSETS Directive
The CODE_OFFSETS directive turns on or off the generation of the machine
code offsets of each FORTRAN statement.
Syntax
$CODE_OFFSETS [ON ]
[OFF]
Default Off; no machine code offsets are generated for
individual FORTRAN statements.
Location The CODE_OFFSETS directive must appear before any
nondirective statements in the program unit,
including the program head.
Toggling/ Duration Cannot be toggled after the appearance of
nondirective statements in a program unit.
Additional Information
The offsets are listed by statement number at the end of the listing.
You cannot specify $CODE_OFFSETS ON if you are using optimization
directives (such as $OPTIMIZE ON).
MPE/iX 5.0 Documentation