Microsoft really should go back and look into open sourcing more of their really old tools. Get versions of MASM, QuickBasic, VisualBasic (the DOS version, of course), and so forth out there.<p>There's a lot to learn from these old tools and it'd be nice to have this stuff opened up for tinkerers on ancient platforms. It's not like MS is going to make any money off any of this anymore, nor is it viable for use on a modern platform even with substantial effort.
I have some CDs from a computer magazine (in the 2000s) which provided you code archives even back to 90s (including good old QB stuffs).<p>FBC easily compile lots of them.
Well, too bad still no macOS support.
This one emulates GW-BASIC as PC-BASIC so old BASIC programs for the IBM PC DOS systems can run on modern systems: <a href="https://robhagemans.github.io/pcbasic/" rel="nofollow">https://robhagemans.github.io/pcbasic/</a><p>FreeBASIC is like Microsoft's QuickBASIC.<p>More BASIC Languages: <a href="https://www.thefreecountry.com/compilers/basic.shtml" rel="nofollow">https://www.thefreecountry.com/compilers/basic.shtml</a>