mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-20 02:28:58 +00:00
Provide .fth variants of asm.fb, extend.fb, dos.fb, multi.vid Also add detection of unresolved symbols to v4th.com make rule
14 lines
242 B
Forth
14 lines
242 B
Forth
|
|
include extend2.fth
|
|
include multivid.fth
|
|
|
|
\ : .blk|tib
|
|
\ blk @ ?dup IF ." Blk " u. ?cr exit THEN
|
|
\ incfile @ IF tib #tib @ cr type THEN ;
|
|
|
|
\ ' .blk|tib Is .status
|
|
|
|
\ include dos2.fth
|
|
include dos3.fth
|
|
include log2file.fth
|