Quote Originally Posted by Ted's View Post
skimask, happy birthday.
I created a new code:
..........
There was no lst created but a mac, asm and hex.
.....
How do you filter out the information needed?
There's a checkbox in MCS for telling MCS to kick out a .lst file during the compilation.
Put easily recognizable labels before and after the code section that your after in your PBP source and when the .lst file gets created, do a search (Ctrl-F) for those labels and you should be able to see them right off.