diff options
| author | Johnny Richard <johnny@johnnyrichard.com> | 2025-04-11 01:15:01 +0200 |
|---|---|---|
| committer | Johnny Richard <johnny@johnnyrichard.com> | 2025-04-14 23:11:22 +0200 |
| commit | e7f69c8fbbbcbddde84933b2becd91e787d1ac63 (patch) | |
| tree | 16cd17da17133494dd06aab614724e76b059d4ad /ascii.was | |
Intial commit
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'ascii.was')
| -rw-r--r-- | ascii.was | 15 |
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 + |
