diff options
| author | Astrid Smith | 2010-06-20 22:20:00 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-20 22:20:00 -0700 |
| commit | 1af56604780891d08b2544f88f2cb6bafa9c44d4 (patch) | |
| tree | 3a416975bbe78825404a06c6b15ddee7397e5162 /main.asm | |
| parent | cbbe6724aa1cdc0ebf260ecda36b77bf72a9e580 (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" |
