( Target compiler commands for volksForth Atari ST/TTcas20130105                                                                include c.fb to build a new volksforth kernel named             "4thimg.prg"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ( 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 )