diff options
| author | Duncan Smith | 2011-06-24 02:51:22 -0700 |
|---|---|---|
| committer | Duncan Smith | 2011-06-24 02:51:22 -0700 |
| commit | f9db14c865ee2585e65bbc20ad7fc5d35f5894f5 (patch) | |
| tree | acf4876fec24bfe8dc9d958ae9a20811a7c23f61 /main.asm | |
| parent | 81ed0f397273503abf97daa6714383d5ab1d365f (diff) | |
HOLY CRAP IT PRINTED A STRINGv0.1
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 |
