summaryrefslogtreecommitdiff
path: root/opcodes.asm.m4
diff options
context:
space:
mode:
authorAstrid Smith2010-12-27 22:36:40 -0800
committerAstrid Smith2010-12-27 22:42:51 -0800
commitabad5b6d636a86e4b4ef961bca1882220677184f (patch)
tree3e21ec23d6aa28796a4f4761c801b71e4b8a681a /opcodes.asm.m4
parentde07c52c8de221212d40283839fd4f027d2666e6 (diff)
Cleaned up interrupt routine, now it works properly.
Perhaps this is slower than necessary, particularly when interrupts are disabled.
Diffstat (limited to 'opcodes.asm.m4')
-rw-r--r--opcodes.asm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes.asm.m4 b/opcodes.asm.m4
index 9a1598d..63ea0dc 100644
--- a/opcodes.asm.m4
+++ b/opcodes.asm.m4
@@ -100,7 +100,7 @@ _align SET 0
START MACRO
ORG emu_plain_op+_align
-_align SET _align+$40
+_align SET _align+$40 ; opcode routine length
jmp do_interrupt ; for interrupt routines
ENDM