diff options
| author | Astrid Smith | 2011-06-24 02:51:22 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-06-24 02:51:22 -0700 |
| commit | 5b2b037bc230953d9280a013c69d3d32af1d7152 (patch) | |
| tree | cf12bac077202f918ce6659ac738387667dc89bf /main.asm | |
| parent | a9bbe01ed90df9f744c1a0e308090b6d145ff1bf (diff) | |
HOLY CRAP IT PRINTED A STRING
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -40,12 +40,11 @@ xdef _ti89 ; xdef _ti92plus xdef __main - xdef _tigcc_native +; xdef _tigcc_native include "../tios.h" include "global.inc" - __main: movem.l d0-d7/a0-a6,-(sp) bsr init_load @@ -69,7 +68,7 @@ __main: include "alu.asm" emu_setup: - movea.l emu_plain_op,a5 + movea.l emu_op_00,a5 lea emu_run,a2 lea flag_storage,a3 move.w #$4000,d1 |
