diff --git a/hello.rom b/hello.rom deleted file mode 100644 index 140fc19..0000000 Binary files a/hello.rom and /dev/null differ diff --git a/hello.rom.sym b/hello.rom.sym deleted file mode 100644 index e32beb0..0000000 Binary files a/hello.rom.sym and /dev/null differ diff --git a/hello.tal b/hello.tal deleted file mode 100644 index 027ba01..0000000 --- a/hello.tal +++ /dev/null @@ -1,18 +0,0 @@ -|10 @Console &vector $2 &read $1 &pad $5 &write $1 &error $1 - -|100 - -@on-reset ( -> ) - ;my-string print-text - BRK - -@print-text ( str* -- ) - &while - LDAk .Console/write DEO - INC2 LDAk ?&while - POP2 - JMP2r - -@my-string - "Hello 20 "World! 00 -