From 92d4de1016f7e6d63e0902fe0e843f03ae33a368 Mon Sep 17 00:00:00 2001 From: Ry Date: Mon, 25 Apr 2022 21:41:21 -0700 Subject: [PATCH] fox32rom: Change call invoke_monitor to jmp invoke_monitor --- keyboard.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboard.asm b/keyboard.asm index c086911..dc6ce73 100644 --- a/keyboard.asm +++ b/keyboard.asm @@ -10,7 +10,7 @@ keyboard_update: ; invoke the debug monitor if F12 was pressed cmp r0, 0x58 - ifz call invoke_monitor + ifz jmp invoke_monitor ; check if this is a make or break scancode bts r0, 7