LIST directive flag value
@LST()
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.
DUP @CVI(@ABS(@LST())) ; list unconditionally