summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.asm b/test.asm
index 7488c4c..53880db 100644
--- a/test.asm
+++ b/test.asm
@@ -124,7 +124,7 @@ ReadTwoDigitDecimal
pshd
pshy
ldd #0
- ldab 1,x+
+ReadLoop ldab 1,x+
beq ReadDone
cmpb #'0'
blt ReadDone