I am using LIST ON|OFF to avoid clutter in the listing file. The problem I am facing is, that LIST ON becomes part of the listing file. E.g. code: ``` LIST OFF some convoluted code or macros LIST ON .byte RESULT ``` Output: ``` LIST ON .byte RESULT ``` Would it be possible to hide LIST ON?