Since someone, mentioned "lint" for QB64. Got me to thinking about "Crossref" lists. Back when I played with assembler. It was possible to specify Crossref list generation at the end of the listing. The crossref would list all variables used and what line numbers contained them. As well as all labels and locations. It was convenient to find all references and impacts to code. Things like changing byte to word, became a snap. You could look at all the cross refs, and figure out things.
Anyway to get this from listing/compiles ?
Or am I barking up an old dead tree ?