aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorkdx <kdx.42@42l.fr>2023-04-14 05:38:36 +0000
committerkdx <kdx.42@42l.fr>2023-04-14 05:38:36 +0000
commit2ba2fa23a5a12f48c222899c71731e83942bd55c (patch)
tree26f1ea9890bb709c5cd65fd663aeb164ed5009e9 /samples
parent2ee855705571090ab6a7e584eb42b64d2fc7d8f9 (diff)
downloadorga-2ba2fa23a5a12f48c222899c71731e83942bd55c.tar.gz
shorthand for routine call
Diffstat (limited to 'samples')
-rw-r--r--samples/helloworld.orgaasm2
-rw-r--r--samples/shfthelloworld.orgaasm2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/helloworld.orgaasm b/samples/helloworld.orgaasm
index 1b77832..dd5d3ab 100644
--- a/samples/helloworld.orgaasm
+++ b/samples/helloworld.orgaasm
@@ -1,5 +1,5 @@
-hellostr
- JRT ,putstr
+ /putstr
RET
@putstr ( str -- )
diff --git a/samples/shfthelloworld.orgaasm b/samples/shfthelloworld.orgaasm
index 5e37e02..bf10435 100644
--- a/samples/shfthelloworld.orgaasm
+++ b/samples/shfthelloworld.orgaasm
@@ -1,5 +1,5 @@
-hellostr
- JRT ,putstr
+ /putstr
RET
@putstr ( str -- )