aboutsummaryrefslogtreecommitdiff
path: root/bigfloat.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-16 07:04:56 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-16 07:04:56 -0500
commitb2f7604ac51db075201ea0aa40d002d3d5e7e071 (patch)
tree7836fa910955599688f5fde5cb3fed49c14416f9 /bigfloat.s
parent3a22a9af57b8b564301cd86e8e933eb1a22981ce (diff)
downloadtaipan-b2f7604ac51db075201ea0aa40d002d3d5e7e071.tar.gz
shrink code, 5599 bytes free, move some code so it runs straight from bank 3 in cartridge
Diffstat (limited to 'bigfloat.s')
-rw-r--r--bigfloat.s6
1 files changed, 5 insertions, 1 deletions
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: