pylink icon indicating copy to clipboard operation
pylink copied to clipboard

A Go function

Open James-Dengel opened this issue 4 years ago • 1 comments

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.

James-Dengel avatar Jul 06 '21 09:07 James-Dengel

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.

hkpeprah avatar Jul 07 '21 14:07 hkpeprah