Excuse what might be a dumb question, but I'm trying to produce .asm and .lst files from C code, since I find these useful/valuable for debugging.
However, the files that are being produced have boatloads of .dwattr and .dwtag directives that clog up the code listings.
Question - what are these, and can I suppress them from the .lst and .asm files so I can print out more useful code files (without having to use grep or some other utility).
Thanks.