aboutsummaryrefslogtreecommitdiff
path: root/samples/helloworld.orgaasm
diff options
context:
space:
mode:
Diffstat (limited to 'samples/helloworld.orgaasm')
-rw-r--r--samples/helloworld.orgaasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/helloworld.orgaasm b/samples/helloworld.orgaasm
index e3f39a7..2c3a0fa 100644
--- a/samples/helloworld.orgaasm
+++ b/samples/helloworld.orgaasm
@@ -4,7 +4,7 @@ RET
@putstr ( str -- )
DUP LDA WRT ( write )
- #0001 ADD ( increment pointer )
+ INC ( increment pointer )
DUP LDA ( loop until end of string )
JNZ ,putstr
RET