From 13d31754d1e4d5a0c86a142396987c2443d0795d Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 13 Sep 2010 15:23:00 -0700 Subject: Made HALT instruction halt, even if it's not a very good way to halt --- opcodes.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/opcodes.asm b/opcodes.asm index 6cf2fed..06badd7 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -1163,6 +1163,7 @@ emu_op_75: emu_op_76: ;; HALT ;; XXX do this + bra emu_op_76 DONE START -- cgit v1.2.3