diff options
| author | Duncan Smith | 2010-06-20 22:20:00 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-20 22:20:00 -0700 |
| commit | 16e189528f852a01e199665acc18881fb03444a9 (patch) | |
| tree | 9601887ef21ae9afe22787111d8cb81cf82556f2 /main.asm | |
| parent | 11558e7a8d274e484f63304fd79664ce61a89720 (diff) | |
Added video routines, in C
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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" |
