diff options
| author | Astrid Smith | 2010-06-14 20:26:49 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-14 20:26:49 -0700 |
| commit | ddd3b3267a0c434561840080eb73493572aaffa0 (patch) | |
| tree | 9d3b31c7b6f7571dd5a67d94c926690b8f6be0dd /interrupts.asm | |
| parent | 110b54c9beb0d1bcdd52d8a2247da035bab28b01 (diff) | |
Done with my first pass through the 1-byte opcodes.
Diffstat (limited to 'interrupts.asm')
| -rw-r--r-- | interrupts.asm | 4 |
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 |
