So mspdebug sounds interesting. If I'm understanding things correctly, it seems as though I could attach to the header pins on one of these hats and fire up mspdebug with "dis main" and iterate until I've captured all of the code in the address space starting at main. The other thing I was thinking was simply doing a dis 0 or dis 0x0 thinking that would start at the top of the addressable memory space and let me iterate through to the end.
Thoughts?
-joni-
Bookmarks