summaryrefslogtreecommitdiff
path: root/interrupts.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-06-14 20:26:49 -0700
committerDuncan Smith2010-06-14 20:26:49 -0700
commit760f03cfdc45222f71cd0458e722b9c915f7e681 (patch)
treec848aac2e0125caad570889d7bd4dd2108750256 /interrupts.asm
parent209e61d7d73f51de361d507da1ce41166122a33a (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