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 --- ultostr.s | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ultostr.s') diff --git a/ultostr.s b/ultostr.s index 29420e4..e63fd3e 100644 --- a/ultostr.s +++ b/ultostr.s @@ -18,7 +18,11 @@ radix = 10 -.code + .ifdef CART_TARGET + .segment "HIGHCODE" + .else + .code + .endif _ultostr: ; pop the arguments -- cgit v1.2.3