Hello, Is there a way to set the PC to a different place while debugging, just like the Set Next Statement possibility in Developper Studio? Rgds, --Geert
In Disassembly window locate the next PC location that you want to use say something like C:0x0006. In the command line enter PC = C:0x0006. Press enter and away you go. Registers not set, Acc not changed and CY not changed. I would rather use the go to cursor myself. Bradford