summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorDuncan Smith2011-06-24 02:51:22 -0700
committerDuncan Smith2011-06-24 02:51:22 -0700
commitf9db14c865ee2585e65bbc20ad7fc5d35f5894f5 (patch)
treeacf4876fec24bfe8dc9d958ae9a20811a7c23f61 /main.asm
parent81ed0f397273503abf97daa6714383d5ab1d365f (diff)
HOLY CRAP IT PRINTED A STRINGv0.1
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 38b0e97..0bad3a6 100644
--- a/main.asm
+++ b/main.asm
@@ -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