From 742808e762c95c77b942b710431a55200f28b5b3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 8 Mar 2016 01:30:49 -0500 Subject: fix title screen breakage --- bigfloat.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bigfloat.s') diff --git a/bigfloat.s b/bigfloat.s index 5acbecf..d3115bc 100644 --- a/bigfloat.s +++ b/bigfloat.s @@ -16,6 +16,8 @@ ; atari.inc also has a typo, PLD1P for FLD1P FLD1P = PLD1P + ;bfstart = * + .rodata BIG_64K: ; 65535 (2**16-1) in float format. .byte $42, $06, $55, $36, $00, $00 @@ -369,3 +371,4 @@ _big_cmp: tax ; sign extension, grr. rts + ;.out .sprintf("bigfloat.s code is %d bytes", *-bfstart) -- cgit v1.2.3