Commit Graph

10 Commits

Author SHA1 Message Date
mebibytedraco
09c0d8c215 Remove save/restore of r0-r31 from monitor code
Because the monitor is now only called from system_breakpoint_handler
(which already saves and restores all of the registers), it is now
unneccessary to save and restore all of the registers in the monitor.
2023-12-22 16:34:06 -05:00
Ry
5729ff6c71 monitor: jump command now does an actual exit and jump 2023-03-30 17:36:15 -07:00
Ry
cf456659d6 monitor: Save all registers 2023-03-30 16:15:29 -07:00
Ry
dafd947987 Redraw the monitor console if invoked while already in the monitor 2022-10-27 19:13:50 -07:00
Ry
1133e97e02 monitor: Return early if invoked while already in the monitor 2022-07-26 17:48:29 -07:00
Ry
7b5d395388 monitor: Make the background black instead of grey 2022-05-22 14:53:21 -07:00
Ry
b87b5a3448 monitor: Proper command parsing 2022-04-25 21:46:47 -07:00
Ry
408bd6c91d monitor: handle shift and caps keys 2022-04-23 15:01:47 -07:00
Ry
9769b10df6 fox32rom: Fix a few mistakes with the monitor 2022-04-18 15:27:27 -07:00
Ry
92f23e91a6 fox32rom: Start working on a ROM monitor 2022-04-18 14:48:04 -07:00