diff options
| author | Duncan Smith | 2010-06-14 20:26:49 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-14 20:26:49 -0700 |
| commit | 760f03cfdc45222f71cd0458e722b9c915f7e681 (patch) | |
| tree | c848aac2e0125caad570889d7bd4dd2108750256 /interrupts.asm | |
| parent | 209e61d7d73f51de361d507da1ce41166122a33a (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 |
