aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-01 15:06:15 -0400
committerB. Watson <urchlay@slackware.uk>2022-11-01 15:06:15 -0400
commitc4f83960945067ae7f464fda62edc9398e2d82b6 (patch)
tree1e8600ab13532c122dea5bfef7dba65e7412bad3
parent7af500d53f805a7d548782af1b69404a511a196e (diff)
downloaddla-asm-c4f83960945067ae7f464fda62edc9398e2d82b6.tar.gz
Twiddle some comments.
-rw-r--r--dla.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/dla.s b/dla.s
index 504a30a..849bb23 100644
--- a/dla.s
+++ b/dla.s
@@ -53,8 +53,8 @@ old_dma: .res 1 ; these 3 are for restoring GR.0 mode
old_dl: .res 2
old_savmsc: .res 2
-tmp1: .res 1
-fptmp: .res 6
+tmp1: .res 1 ; used in mmss.s
+fptmp: .res 6 ; " " "
.code
xex_org loadaddr
@@ -111,7 +111,7 @@ printbanner:
lda #0
sta CIX
jsr AFP ; ASCII to floating point, result in FR0
- bcs printbanner ; C set means error
+ bcs printbanner ; C set means error (negative or >65535)
jsr FPI ; convert FR0 to integer (result in FR0)
bcs printbanner
lda FR0