diff options
| author | Astrid Smith | 2011-10-31 00:26:51 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-10-31 00:26:51 -0700 |
| commit | 58df7c903d62772c06ac5c8b1cc94d2f588953d1 (patch) | |
| tree | 64d9b1db1157fd5f93ad5de1f4a62251f5f591f0 /test.s | |
| parent | 555a832a8d8a26e81343ea059cbd39047134d864 (diff) | |
License clarification
Diffstat (limited to 'test.s')
| -rw-r--r-- | test.s | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +.xdef _ti89 +.include "./tios.inc" +.include "global.inc" +.include "memory.s" +.include "ports_test.s" +.include "flags.s" +.include "alu.s" +.include "interrupts.s" +.include "opcodes.s" + + +emu_op_undo_cb: +emu_op_undo_dd: +emu_op_undo_ed: +emu_op_undo_fd: + rts |
