summaryrefslogtreecommitdiff
path: root/opcodes.asm.m4
diff options
context:
space:
mode:
authorDuncan Smith2010-12-27 22:36:40 -0800
committerDuncan Smith2010-12-27 22:42:51 -0800
commit230532164770650c105199a6da7bb178d3627b35 (patch)
tree02b447ec4f6019dc500aa48e0ac0ac5b58f1472b /opcodes.asm.m4
parentffd2a82196893869ccf739d7492e2535f41f9d3d (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