From 997737d27c2da17a409b57ec2684e8c41d110364 Mon Sep 17 00:00:00 2001 From: Duncan 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