VolksForth/sources/AtariST/C.fth
2020-07-20 23:47:02 +02:00

35 lines
2.1 KiB
Forth

\ *** Block No. 0 Hexblock 0
( Target compiler commands for volksForth Atari ST/TTcas20130105
include c.fb to build a new volksforth kernel named
"4thimg.prg"
\ *** Block No. 1 Hexblock 1
( load screen for target compilation )
include assemble.fb ( load assembler )
include target.fb ( load target compiler )
include forth83.fb ( compile volksForth from source )
save-target 4thimg.prg ( save the new minimal image )
.( Done )