From 16e189528f852a01e199665acc18881fb03444a9 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Sun, 20 Jun 2010 22:20:00 -0700 Subject: Added video routines, in C --- main.asm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 26aea4b..d91cde0 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" -- cgit v1.2.3