fvdhoef / aquarius-plus

Official Aquarius+ repository
MIT License
43 stars 9 forks source link

Emulator - Ability to continue (Step Over) a HALT instruction #61

Closed MackW closed 8 months ago

MackW commented 9 months ago

Currently, if using HALT as a software breakpoint, there is no easy way to step over it, other than to create a breakpoint at the address and then NOP out in the memory editor the HALT instruction. Having it as a software definable breakpoint is really helpful, especially when codebases are moving very quickly, and thus breakpoint addresses between versions change.