mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-11 13:29:47 +00:00
Rule to savesystem v4thfile.com which includes INCLUDE.FB, i.e. the
stream file include
This commit is contained in:
parent
e089121f22
commit
eb8a218bf1
@ -4,6 +4,11 @@ test: logtest.result
|
||||
clean:
|
||||
rm -f *.log *.LOG *.result *.golden
|
||||
|
||||
v4thfile.com: volks4th.com src/V4THFILE.FB \
|
||||
emulator/run-in-dosbox.sh
|
||||
rm -f V4THFILE.COM v4thfile.com
|
||||
./emulator/run-in-dosbox.sh volks4th.com v4thfile
|
||||
mv V4THFILE.COM v4thfile.com
|
||||
|
||||
logtest.log: volks4th.com tests/LOG2FILE.FB tests/LOGTEST.FB \
|
||||
emulator/run-in-dosbox.sh
|
||||
|
1
8086/msdos/src/V4THFILE.FB
Normal file
1
8086/msdos/src/V4THFILE.FB
Normal file
@ -0,0 +1 @@
|
||||
\ loadscreen for creating v4thfile.com phz 10jan22 include include.fb savesystem v4thfile.com
|
38
8086/msdos/src/v4thfile.fth
Normal file
38
8086/msdos/src/v4thfile.fth
Normal file
@ -0,0 +1,38 @@
|
||||
|
||||
\ *** Block No. 0, Hexblock 0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\ *** Block No. 1, Hexblock 1
|
||||
|
||||
\ loadscreen for creating v4thfile.com phz 10jan22
|
||||
|
||||
include include.fb
|
||||
|
||||
savesystem v4thfile.com
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
8086/msdos/v4thfile.com
Normal file
BIN
8086/msdos/v4thfile.com
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user