VolksForth/sources/cpm/startup.fth
2020-07-20 23:47:02 +02:00

35 lines
2.1 KiB
Forth

\ *** Block No. 0 Hexblock 0
\\ Startup: Load Standard System UH 11Nov86
Dieses File enthaelt Befehle, die aus dem File KERNEL.COM
ein vollstaendiges volksFORTH machen, das mit SAVESYSTEM
als File (z.B. VOLKS4th.COM) auf Disk geschrieben werden kann.
\ *** Block No. 1 Hexblock 1
\ System LOAD-Screen fuer CP/M VolksForth UH 27Nov87
include ass8080.fb
include xinout.fb \ extended I/O
\ include terminal.fb save \ Terminal
include copy.fb cr .( copy and convey loaded) cr
include savesys.fb cr .( Savesystem loaded) cr
include editor.fb cr .( Editor loaded) cr
include tools.fb cr .( Tools loaded) cr
\ include see.fb cr .( Decompiler loaded) cr
\ include tasker.fb cr .( Multitasker loaded) cr
\ include printer.fb cr .( Printer Interface loaded) cr
include relocate.fb cr .( Relocating loaded) cr
.( May the volksFORTH be with you ...) cr decimal caps on
scr off r# off savesystem volks4th.com