Use vf-core.fth to build v4th.com

This commit is contained in:
Philip Zembrod 2024-10-08 22:20:11 +02:00
parent 3365788054
commit 074c934fe2
2 changed files with 9 additions and 5 deletions

View File

@ -21,7 +21,9 @@ clean:
veryclean: clean
rm -rf $(cpmfilesdir)
test: logtest.result inctest.result test-min.result test-v4th.result
test: test-v4th.result
alltests: logtest.result inctest.result test-min.result test-v4th.result
run-editor: | msdos
FORTHPATH="f:\\src;f:\\tests;f:\\msdos" \
@ -78,9 +80,9 @@ inctest.log: \
$(cpmfilesdir)/v4th.com: \
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
include.fb log2file.fb target.fb source.fb v4th.fth) Makefile \
| emu
rm -f $(runcpmdir)/A/0/KERNEL.COM
include.fb log2file.fb target.fb source.fb v4th.fth vf-core.fth) \
Makefile | emu
rm -f $(runcpmdir)/A/0/V4TH.COM $@
./emulator/run-in-runcpm.sh \
"volks4th" \
"include log2file.fb" \
@ -98,6 +100,7 @@ v4th2.com: \
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
include.fb log2file.fb target.fb source.fb) \
| emu
rm -f $(runcpmdir)/A/0/KERNEL.COM $@
./emulator/run-in-runcpm.sh \
"volks4th" \
"include log2file.fb" \

View File

@ -3,8 +3,9 @@ Onlyforth
$9000 displace !
Target definitions $100 here!
include vf-core.fth
use source.fb
2 $75 thru \ Standard 8080-System
$54 $75 thru \ Standard 8080-System
cr .( unresolved: ) .unresolved ( ' .blk is .status )