rm roms and tals

This commit is contained in:
Jeeves 2025-03-04 22:06:38 -07:00
parent aa5b24d24d
commit 164b947ce7
3 changed files with 0 additions and 18 deletions

BIN
hello.rom

Binary file not shown.

Binary file not shown.

View file

@ -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