Philip Zembrod
620cfae913
Extract main part of buffer and block code from vf86core.fth
2022-03-19 22:05:42 +01:00
Philip Zembrod
432048b844
Move TIB-capable line comment \ into core code.
2022-03-17 23:02:31 +01:00
Philip Zembrod
9c2a761894
Migrate .fth include into v4th.com kernel; adapt test-min.log rule
2022-03-15 00:39:21 +01:00
Philip Zembrod
4939662c55
Build v4th.com from .fth sources instead of .fb sources.
...
This needs two adaptions in the .fth sources:
1. Replace screen comments \\ with multiple line comments \
as fth files have no screens.
2. Move Create Does> constructs each into a single line because the
metacompiler chokes on line breaks in Create Does> when including from
an .fth fileb - unclear atm why.
C64 metacompiler has the same issue - don't remember if I understood
the reason when I encountered the issue there.
2022-03-05 23:21:37 +01:00
Philip Zembrod
6012afd9d8
Enable metacompiler to include fth files
2022-03-05 23:14:05 +01:00
Philip Zembrod
1d293d7ccf
Extracting the main parts from kernel.fth into .fth files for building a
...
new v4th.com from.
Also placing the info from the first few screens into a separate file.
2022-03-05 23:08:31 +01:00
Philip Zembrod
0ed53b9f5f
Move kernel.fb screen 111 to mk-v4th.fth so no thru or +thru from
...
kernel.fb is used anymore in building v4th.com
2022-03-04 23:25:37 +01:00
Philip Zembrod
64ed332b12
First build of v4th.com with compile log file written and
...
checked at the end of the Makefile recipe.
Also introduces a prebuilt metacompiler metafile.com with integrated fth file include
2022-03-01 14:02:46 +01:00
Philip Zembrod
5e0dafaa16
Reopen stream include file if it was closed, e.g. by a FLUSH.
2022-02-06 23:11:22 +01:00
Philip Zembrod
1f698d6638
Decouple stream include from isfile. This allows the free use of USE
...
within a .fth stream source file.
2022-02-06 11:19:10 +01:00
Philip Zembrod
5dc3bbef7c
Move all msdos block file Forth sources (.fb, .vid, .sys, .prn) to the
...
msdos/src subdir and generate .fth copies of the .fb files.
2022-02-01 22:33:21 +01:00
Philip Zembrod
9a568b3a03
Copying over the Hayes tester tests from C64 to msdos VolksForth.
...
Names are adapted to DOS 8.3 file names, PETSCII adaptions of core.fth
are reverted (DOS uses ASCII), the input test is disabled, since no
way was yet found to inject keystrokes into dosbox. And some tweaks
were applied to ans-shim.fth and the golden files to make the first
tests (preliminary & core) to pass.
2022-01-16 21:16:48 +01:00
Philip Zembrod
48f488e584
Add fixed \ definition that can comment out tib lines, too.
2022-01-16 13:42:34 +01:00
Philip Zembrod
69a959d618
Print file name when including file
2022-01-16 11:15:02 +01:00
Philip Zembrod
5dc52454a6
Add proper initialization of stash> after abort/error/restart.
2022-01-16 00:29:52 +01:00
Philip Zembrod
c612a61455
Change INCLUDE so that it saves and restores the tib before and after
...
interpret-via-tib instead of clearing it after.
This way, commands after a .fth include can be passed to v4fthfile.com,
e.g. a bye to terminate a make-controlled test run.
2022-01-15 23:44:11 +01:00
Philip Zembrod
7dafbfcc3e
Rename DOS-created uppercase *.FB files to lowercase, with corresponding
...
Makefile changes.
2022-01-15 23:26:28 +01:00
Philip Zembrod
eb8a218bf1
Rule to savesystem v4thfile.com which includes INCLUDE.FB, i.e. the
...
stream file include
2022-01-10 22:56:19 +01:00
Philip Zembrod
e089121f22
Add Makefile rules to convert uppercase XYZ.FB block files
...
into lowercase xyz.fth stream files, and convert files in src/ and tests/
2022-01-10 22:42:25 +01:00
Philip Zembrod
83173f691f
Move INCLUDE.FB into src/ subdir
2022-01-10 22:33:25 +01:00