summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
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