mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
35 lines
2.1 KiB
Forth
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 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|