summaryrefslogtreecommitdiff
path: root/interrupts.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-06-14 20:26:49 -0700
committerAstrid Smith2010-06-14 20:26:49 -0700
commitddd3b3267a0c434561840080eb73493572aaffa0 (patch)
tree9d3b31c7b6f7571dd5a67d94c926690b8f6be0dd /interrupts.asm
parent110b54c9beb0d1bcdd52d8a2247da035bab28b01 (diff)
Done with my first pass through the 1-byte opcodes.
Diffstat (limited to 'interrupts.asm')
-rw-r--r--interrupts.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/interrupts.asm b/interrupts.asm
new file mode 100644
index 0000000..f76a0ff
--- /dev/null
+++ b/interrupts.asm
@@ -0,0 +1,4 @@
+ints_stop:
+ rts
+ints_start:
+ rts