From 112ed11473e4be6fadf8f1abad08195294e838f4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 18 Feb 2016 05:26:21 -0500 Subject: save a byte in the cart build --- crt0_cart.s | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'crt0_cart.s') diff --git a/crt0_cart.s b/crt0_cart.s index ec3e423..7448e9b 100644 --- a/crt0_cart.s +++ b/crt0_cart.s @@ -8,6 +8,12 @@ ; Stefan Haubenthal ; +; Modified for use with Taipan cartridge image: +; - Removed the RTS at the start of the code +; - Got rid of __ATARIXL__ conditionals +; - Don't save stuff like APPMHI and LMARGN, since the cart +; never returns. + .export __STARTUP__ : absolute = 1 ; Mark as startup .export _exit, start @@ -22,11 +28,6 @@ .segment "STARTUP" - rts ; fix for SpartaDOS / OS/A+ - ; They first call the entry point from AUTOSTRT; and - ; then, the load address (this rts here). - ; We point AUTOSTRT directly after the rts. - ; Real entry point: start: -- cgit v1.2.3