aboutsummaryrefslogtreecommitdiff
path: root/main.sts
diff options
context:
space:
mode:
authorexegete <nikitf-97@mail.ru>2020-10-16 18:21:27 +0300
committerexegete <nikitf-97@mail.ru>2020-10-16 18:21:27 +0300
commit0cf44154047325a85eb1ab67c4d5b14c09dadfe9 (patch)
tree85160d1fb9930030939a36b85fc53823b35ea7a5 /main.sts
parent451e6018dfbe415461896b2f97df019578cefd16 (diff)
downloadcryptrobber-0cf44154047325a85eb1ab67c4d5b14c09dadfe9.tar
cryptrobber-0cf44154047325a85eb1ab67c4d5b14c09dadfe9.tar.xz
cryptrobber-0cf44154047325a85eb1ab67c4d5b14c09dadfe9.zip
else, do until macro
Diffstat (limited to 'main.sts')
-rw-r--r--main.sts10
1 files changed, 8 insertions, 2 deletions
diff --git a/main.sts b/main.sts
index 9bd7a63..18964bb 100644
--- a/main.sts
+++ b/main.sts
@@ -1,8 +1,14 @@
module ia32/elf/begin.sts
set_entry
- 30 31 32
- 33 0 set 34 1 set 35 2 set
+
+ do
+ 34 sys_write
+ sys_read
+ 0 = until
+ sys_write
+ od
+ drop
sys_exit
module ia32/elf/end.sts