2. I mentioned several months ago that I wanted to run INTBASIC programs
on ProDOS, and it seems that it would take a disassembly and reassembly of
Integer BASIC in order to do this. I have a version of Integer BASIC that
will load on DOS 3.x in only 48K RAM but it doesn't work right in ProDOS,
if possible maybe this could be hacked, and made to work correctly. Maybe
even with ideas and code from that BASIC.SYSTEM clone idea I mentioned
above, so that it can be a .SYSTEM file and run on its own.
The problem you'd run into here is that ProDOS and Integer BASIC want to
occupy the same chunk of RAM. It might be possible to persuade Integer
BASIC into running in the bank-switched area of auxiliary memory. It
wouldn't need to be relocated or reassembled, but it'd drive your minimum
hardware config up to a 128K IIe (not that that's such a big hurdle
anymore).