fox32rom/monitor
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
..
commands monitor: Add load command 2023-03-30 17:36:48 -07:00
console.asm Refactor system_breakpoint_handler 2023-12-22 15:20:53 -05:00
keyboard.asm Add CTRL key definition 2023-01-20 23:29:51 -08:00
monitor.asm Remove save/restore of r0-r31 from monitor code 2023-12-22 16:34:06 -05:00
shell.asm Make use of data.strz 2023-02-01 23:49:23 +01:00
vsync.asm Ignore the pushed value in interrupts and exceptions 2022-10-26 21:50:29 -07:00