Gerrit0 / n2t-cpu

An implementation of the nand2tetris CPU emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add breakpoints

Gerrit0 opened this issue · comments

It would be really nice to be able to step to a certain PC value without calculating how many instructions need to be run and entering that in the Step X box, which might be next to impossible in the first place with nested loops.

Add shortcuts for this too, mirroring those in #5.