summaryrefslogtreecommitdiff
path: root/programs/sub-suite/subasm.s
diff options
context:
space:
mode:
Diffstat (limited to 'programs/sub-suite/subasm.s')
-rw-r--r--programs/sub-suite/subasm.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/sub-suite/subasm.s b/programs/sub-suite/subasm.s
index 3957caa..0a3ee80 100644
--- a/programs/sub-suite/subasm.s
+++ b/programs/sub-suite/subasm.s
@@ -5,7 +5,7 @@
subasm:
ldb #0 ; Set the first pointer
- lda.d #cmd_buf ; to the command buffer.
+ lda.q cmd_buf ; to the command buffer.
jsr set_ptr ;
tba ; Reset A.
tax ; Reset X.