aboutsummaryrefslogtreecommitdiff
path: root/bigfloat.s
diff options
context:
space:
mode:
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)