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 --- bigfloat.s | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bigfloat.s') diff --git a/bigfloat.s b/bigfloat.s index 529de1a..5acbecf 100644 --- a/bigfloat.s +++ b/bigfloat.s @@ -23,7 +23,11 @@ BIG_64K: ; 65535 (2**16-1) in float format. ;BIG_ULONG_MAX: ;.byte $44, $42, $94, $96, $72, $95 - .code + .ifdef CART_TARGET + .segment "HIGHCODE" + .else + .code + .endif ; It seems like fr0_to_fptemp and friends should be using the OS ; FLD* and FST* routines, doesn't it? But look: -- cgit v1.2.3