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: ; outputs:
; none, does not return ; none, does not return
panic: panic:
icl
brk brk
cmp r0, 0 cmp r0, 0
ifnz mov r0, panic_string ifz mov r0, panic_string
call debug_print call debug_print
panic_loop: panic_loop:
jmp panic_loop jmp panic_loop