From b2f7604ac51db075201ea0aa40d002d3d5e7e071 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Feb 2016 07:04:56 -0500 Subject: shrink code, 5599 bytes free, move some code so it runs straight from bank 3 in cartridge --- rand.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rand.s') diff --git a/rand.s b/rand.s index f2e2449..a284592 100644 --- a/rand.s +++ b/rand.s @@ -8,6 +8,12 @@ .include "atari.inc" + .ifdef CART_TARGET + .segment "HIGHCODE" + .else + .code + .endif + ; unsigned long __fastcall__ randl(void); ; this returns the full range of an unsigned long, 0 to 2**32-1 _randl: -- cgit v1.2.3