pylink
pylink copied to clipboard
A Go function
I'm setting up a debug environment and I halt the CPU set up the various registers that I need. Plus the breakpoints that I want, etc. Once doing this I want to start the CPU
This function is missing from the link wrapper.
a simple go wrapper would be acceptable.
Not aptly named, but the restart method does this. If you call reset() with halt=True, then calling restart() will start the CPU. Similarly, if the CPU is already running, and you call halt(), then restart() will restart the CPU.