mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-26 02:30:40 +00:00
64ed332b12
checked at the end of the Makefile recipe. Also introduces a prebuilt metacompiler metafile.com with integrated fth file include
39 lines
460 B
Forth
39 lines
460 B
Forth
|
|
\ *** Block No. 0, Hexblock 0
|
|
|
|
\ include file to bundle what test-*.fth need phz 30jan22
|
|
\ on top of kernel.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\ *** Block No. 1, Hexblock 1
|
|
|
|
\ loadscreen to prepare kernel.com for test-*.fth phz 31jan22
|
|
|
|
include multi.vid
|
|
\ include asm.fb
|
|
\ include extend.fb
|
|
|
|
: arguments ( n -- )
|
|
depth 1- > Error" too few params" ;
|
|
: blank ( addr count -- ) bl fill ;
|
|
|
|
include dos.fb
|
|
include include.fb
|
|
include log2file.fb
|
|
|
|
|
|
|