mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-25 10:30:57 +00:00
temporary additional target compiler targets for debugging
This commit is contained in:
parent
f5feeb2c37
commit
ef0442b657
@ -71,6 +71,16 @@ inctest.log: \
|
||||
"exit"
|
||||
dos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
target0.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
||||
include.fb log2file.fb target.fb source2.fb) \
|
||||
| emu
|
||||
./emulator/run-in-runcpm.sh \
|
||||
"volks4th" \
|
||||
"include target.fb" \
|
||||
"include source2.fb"
|
||||
#vdos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
target1.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
||||
include.fb log2file.fb target.fb source.fb) \
|
||||
@ -86,6 +96,23 @@ target1.log: \
|
||||
"exit"
|
||||
dos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
target3.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
||||
include.fb log2file.fb target.fb source.fb) \
|
||||
| emu
|
||||
./emulator/run-in-runcpm.sh \
|
||||
"volks4th" \
|
||||
"include log2file.fb" \
|
||||
"logopen" \
|
||||
"include target.fb" \
|
||||
"10 2 / ." \
|
||||
"use source.fb" \
|
||||
"Onlyforth" \
|
||||
"9000 displace !"\
|
||||
"Target definitions $100 here!" \
|
||||
"2 6e thru"
|
||||
dos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
target2.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, kernel.com fileint.fb ass8080.fb \
|
||||
include.fb log2file.fb target.fb source.fb) \
|
||||
@ -103,6 +130,20 @@ target2.log: \
|
||||
"exit"
|
||||
dos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
target4.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, kernel.com fileint.fb ass8080.fb \
|
||||
include.fb log2file.fb target.fb source.fb) \
|
||||
| emu
|
||||
./emulator/run-in-runcpm.sh \
|
||||
"kernel fileint.fb" \
|
||||
"1 load onlyforth" \
|
||||
"include ass8080.fb" \
|
||||
"include target.fb" \
|
||||
': status blk @ ?dup IF ." blk " u. ." here " here u. ' \
|
||||
' ." there " there u. ." heap " heap u. cr THEN ; ' \
|
||||
"' status is .status " \
|
||||
"include source.fb"
|
||||
|
||||
test-min.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, kernel.com fileint.fb \
|
||||
include.fb log2file.fb \
|
||||
|
Loading…
Reference in New Issue
Block a user