I've got my PIC Bacic Pro compiler working inside MPLAB. So far, so good. My first 'Hello World' test code is blinking my LEDs on the PICKit board.
HORAY!
Next step is to back up and inspect the code, I've always counted on a code walk thru under the MPLAB Simulator as a necessary reality check.
The question is what is the best way to set this up? The Disassembly listing would be nice, each Basic line is in there, commented in the code flow, but only a portion of the asm statements are there, the current line pointer can dissapear to somewhere in this 7,000+ line listing. The Program Memory window has every asm statement there, but not the basic comments.
Both these windows can be open to see every Basic and asm stetement, but its a bit clumsy.
Any other suggestions?
Bookmarks