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:
Would it be possible to hide LIST ON?
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:
Output:
Would it be possible to hide LIST ON?