aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-13 23:48:14 +0200
committerkdx <kikoodx@paranoici.org>2023-04-13 23:48:14 +0200
commita721fdf3dfefa817701371a62c834619055d7ce7 (patch)
tree3e8be1450ccc19821e739222fb5b516cca8733a0 /samples
parent9f3cc0b94113fa7ba5162785c6dc3b5faefe53ab (diff)
downloadorga-a721fdf3dfefa817701371a62c834619055d7ce7.tar.gz
ROT DBG
Diffstat (limited to 'samples')
-rw-r--r--samples/helloworld.orgaasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/helloworld.orgaasm b/samples/helloworld.orgaasm
index 2c3a0fa..b78de23 100644
--- a/samples/helloworld.orgaasm
+++ b/samples/helloworld.orgaasm
@@ -7,6 +7,7 @@ RET
INC ( increment pointer )
DUP LDA ( loop until end of string )
JNZ ,putstr
+ POP
RET
( "hello world" )