Hi, folks. Probably many of you already know that the source code to the Apple I integer BASIC interpreter has been released, but an even more interesting one is a disassembly/abstraction of Microsoft BASIC for 6502 machines. If anybody wants to try a fun project, why not try assembling this BASIC interpreter to run on the PCE?
http://www.pagetable.com/?p=46The M$ BASIC ROMs/programs from several different old computers have been brought into a single assembly source code, with switches to turn on/off several features and RAM (etc,) configurations. A PCE version would not be very hard to implement, given the proper text input and output routines to be written around it.
Sorry, I'm not the one to do this; I have enough projects and other junk going on...