From e7f69c8fbbbcbddde84933b2becd91e787d1ac63 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Fri, 11 Apr 2025 01:15:01 +0200 Subject: Intial commit Signed-off-by: Johnny Richard --- ascii.was | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ascii.was (limited to 'ascii.was') 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 + -- cgit v1.2.3