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