%XREFON and %XREFOFF
9.1E
The %XREFON and %XREFOFF compiler directives control the compiler output when generating cross reference output. %XREFOFF terminates label output and %XREFON turns it back on (the default). The directives use the following formats:
|
|
|
|
|
|
|
|
Flags Affected: NONE
Note the following:
The %XREFOFF compiler directive turns the cross reference label output off.
The %XREFON compiler directive turns the cross reference label output on when the '-x' compiler option has been specified.
The implementation for the %XREFOFF and %XREFON directives is nested relative to the INCLUDE file levels. This implementation insures consistent control of the cross label references without include file interactions.
See Also: Compiler Directives
![]() |