1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-11 00:29:33 +00:00
of816/platforms/GoSXB/romfs_files/AUTOEXEC

11 lines
324 B
Plaintext
Raw Normal View History

2020-11-06 01:43:47 +00:00
also romfs also forth definitions
\ : #include ascii < parse 2drop ascii > parse 2dup type cr included ;
: #include parse-word swap 1+ swap 2- dup 0 u<= if 2drop exit then
2dup type cr included ;
2020-05-03 21:51:42 +00:00
." ROMfs bootstrap by M.G." cr
s" message.fs" ?romfs-run
s" board.fs" ?romfs-run
s" of.fs" ?romfs-run
2020-10-30 06:20:03 +00:00
forth only definitions
2020-05-03 21:51:42 +00:00