I have a custom board using C6713B, CCS3.3 and BH USB560bp, and attempting to debug bootload assembly code. My problem is that, from the CCS IDE, since the emulator does NOT yank on the RESET line, the boot-load code does NOT get loaded down at 0x0, and I cannot walk through the boot code. I dearly want/need to do so. I note that when the IDE starts, it runs the GEL file code, then jumps to _c_int00, to init the C-runtime environment, and thence to my main(). Is there any way to persuade the IDE to jump to an arbitrary location, such as my boot-load code--- which, ultimately, will jump to _c_int00? Any help (ie, other ideas) appreciated. jim