summaryrefslogtreecommitdiff
path: root/emulator.cpp
AgeCommit message (Collapse)Author
2022-09-07Hacky breakpoint before instruction executesOxore
2022-09-03Impl breakpoints (pretty much draft)Oxore
Breakpoints work somehow, but overstep 1 instruction. Needs to be fixed.
2022-09-03Impl writing memory via GDBOxore
2022-08-30Implement GDB's execution continue and interruptOxore
2022-08-30Impl emulator stepping with GDBOxore
2022-08-27Move to C++ completelyOxore