aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-13 23:28:24 +0200
committerkdx <kikoodx@paranoici.org>2023-04-13 23:28:24 +0200
commite1e94814565bfe659e6d879fcd1dcd4fe575d965 (patch)
tree6517692093cfd2a287b467b2ddb79737ca168e69 /samples
parenta0615ea6f7496e97a5d9f837e9cf80fd6ec3acd0 (diff)
downloadorga-e1e94814565bfe659e6d879fcd1dcd4fe575d965.tar.gz
INC DEC
Diffstat (limited to 'samples')
-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