LST

LIST directive flag value

@LST()

Description

Returns the value of the LIST directive flag as an integer. Whenever a LIST directive is encountered in the Assembler source, the flag is incremented; when a NOLIST directive is encountered, the flag is decremented.

Example

DUP @CVI(@ABS(@LST())) ; list unconditionally