summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-03-26 14:25:50 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-03-26 14:25:50 -0400
commit76518a5895392bfc55fab037afadb32b1add9d68 (patch)
treee30f8232a933ba1b6a8f17c9d7d58e93b0e3f035
parente44d68da3fe2fa99b04fb4f26513700021e097d2 (diff)
Fixed Missing Label
-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