mop
February 3rd, 2003, 06:08 PM
I've got a WIN32 SDI Application. Through a menu option I'm able to download code to a Z80 via an ASSET Intertech Card through a JTAG interface.
Trouble is, I have no 'real' debugging capability. I'm able to halt the processor, look at register values and a few other things but I have no idea where I am in the C code.
I'm curious to know if someone can point me in the right direction on how to 'extract' (ie pull in) the C code once it's downloaded, set breakpoints, do single stepping etc.
In effect I'm trying to write a debugger but most of the knowledge is for the most part already there.
Trouble is, I have no 'real' debugging capability. I'm able to halt the processor, look at register values and a few other things but I have no idea where I am in the C code.
I'm curious to know if someone can point me in the right direction on how to 'extract' (ie pull in) the C code once it's downloaded, set breakpoints, do single stepping etc.
In effect I'm trying to write a debugger but most of the knowledge is for the most part already there.