fox32rom: Change call invoke_monitor to jmp invoke_monitor

This commit is contained in:
Ry 2022-04-25 21:41:21 -07:00
parent ae3d24922b
commit 92d4de1016

View File

@ -10,7 +10,7 @@ keyboard_update:
; invoke the debug monitor if F12 was pressed ; invoke the debug monitor if F12 was pressed
cmp r0, 0x58 cmp r0, 0x58
ifz call invoke_monitor ifz jmp invoke_monitor
; check if this is a make or break scancode ; check if this is a make or break scancode
bts r0, 7 bts r0, 7