ASSEMBLY Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
ASSEMBLY Directive
The ASSEMBLY directive turns on or off the generation of an assembly
listing. It is equivalent to the LIST_CODE directive.
The listing is written to a separate, temporary file named FTNASSM.
Syntax
$ASSEMBLY [ON ]
[OFF]
Default Off; no assembly listing is generated.
Location The ASSEMBLY directive must appear before any
nondirective statements in the program unit.
Toggling/ Duration Cannot be toggled after the appearance of
nondirective statements in a program unit.
MPE/iX 5.0 Documentation