rm roms and tals
This commit is contained in:
parent
aa5b24d24d
commit
164b947ce7
3 changed files with 0 additions and 18 deletions
BIN
hello.rom
BIN
hello.rom
Binary file not shown.
BIN
hello.rom.sym
BIN
hello.rom.sym
Binary file not shown.
18
hello.tal
18
hello.tal
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue