aboutsummaryrefslogtreecommitdiff
path: root/bigfloat.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-03-08 01:30:49 -0500
committerB. Watson <yalhcru@gmail.com>2016-03-08 01:30:49 -0500
commit742808e762c95c77b942b710431a55200f28b5b3 (patch)
treef98a5b225c8dcde8ac93cc826251a11d80cdd8ba /bigfloat.s
parent45d35f025d3ea5490569e46a4df2f773294a7729 (diff)
downloadtaipan-742808e762c95c77b942b710431a55200f28b5b3.tar.gz
fix title screen breakage
Diffstat (limited to 'bigfloat.s')
-rw-r--r--bigfloat.s3
1 files changed, 3 insertions, 0 deletions
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)