summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm14
1 files changed, 2 insertions, 12 deletions
diff --git a/main.asm b/main.asm
index 99c6a82..e2765c7 100644
--- a/main.asm
+++ b/main.asm
@@ -43,7 +43,7 @@
xdef _ti89
; xdef _ti92plus
- xdef _main
+ xdef __main
xdef _nostub
include "../tios.h"
@@ -218,25 +218,15 @@ F_DEC_W MACRO
;; I might be able to unify rotation flags or maybe use a
;; lookup table
-;;; one-off flag operations:
-;;; CCF - invert CARRY
-;;; CPL - H,N=1
-;;; RLD
-;;;
-
-
-
-
-_main:
+__main:
movem.l d0-d7/a0-a6,-(sp)
bsr emu_setup
movem.l (sp)+,d0-d7/a0-a6
rts
include "ports.asm"
- include "video.asm"
include "interrupts.asm"
include "flags.asm"