dmsc
dmsc
The command line compiler could be used from the command line, as "FBC FILE.BAS" Reported by janzh at AtariAge: https://atariage.com/forums/topic/318133-fastbasic-45-2021-release/?do=findComment&comment=4806423
Add a way to write the VDSLST pointer with a new DLI address from within another DLI. (and from a VBI). - [ ] Depends on #21 for correct restoring...
Now that we have DLI, it would be fun to also have VBI support. See discussion from here: https://atariage.com/forums/topic/302613-fastbasic-43-with-dli/?do=findComment&comment=4470227 Also, VBI should support calling external ASM code (i.e, to support...
Doing some experiments, I noticed that the compressed size is highly dependent on the initial offset. My test data has a lot of tables of 16 bit numbers, those have...
See issue #17 .
With this minimal OEM.ASM at least the interpreter shows the initial banner. [OEM.ASM.txt](https://github.com/dspinellis/GW-BASIC/files/4674871/OEM.ASM.txt) Sadly, still far: 
Hi! See this script: https://gist.github.com/dmsc/f67605500431ab22fdb6ced05d01c629 It assembles with minimal source modifications by using older MASM versions in my EMU2 emulator. Well, it still is missing the same 63 symbols.
This prevents a segfault when GDB connects to the server.