[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relocating intbasic?...random musings



On Fri, 7 Dec 2012, BLuRry wrote:

Holy grail: Have intbasic work within prodos.  Possible?

It may be.

The INT binary has some tools and an image of Integer Basic located to $8000-9424. Prolly the cold entry point (8000) would need to be intercepted to force HIMEM and top-of-program-space to 8000 instead of C000; additionally, a ProDOS wedge would need to be written (BASIC.SYSTEM doesn't handle ? chr$(4) outside of Applesoft).

What if we relocated it to an aux page of a ramworks card? I'd add RamWorks to Jace to play with that. :-)

That might require a lot of rewriting, não?

-uso.