fox32rom: Fix panic message output

This commit is contained in:
Ry 2022-05-21 16:27:29 -07:00
parent c147080bdd
commit d4f5c7093a

View File

@ -6,10 +6,9 @@
; outputs:
; none, does not return
panic:
icl
brk
cmp r0, 0
ifnz mov r0, panic_string
ifz mov r0, panic_string
call debug_print
panic_loop:
jmp panic_loop