summaryrefslogtreecommitdiff
path: root/ascii.was
diff options
context:
space:
mode:
Diffstat (limited to 'ascii.was')
-rw-r--r--ascii.was15
1 files changed, 15 insertions, 0 deletions
diff --git a/ascii.was b/ascii.was
new file mode 100644
index 0000000..09f365c
--- /dev/null
+++ b/ascii.was
@@ -0,0 +1,15 @@
+ push 1
+label0:
+ dup
+ printc
+ push 1
+ add
+ dup
+ push 255
+ sub
+ jz 1
+ jmp 0
+label1:
+ printc
+ end
+