[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hacking on Integer Basic, and ProDOS
Hello,
I agree that INTBASIC from DOS 3.3 Master is never the same as original
Integer BASIC on ROM. I wonder that FPBASIC may not be the same as
Applesoft BASIC on ROM??? I had Integer BASIC ROMs on motherboard and
Applesoft BASIC ROMs on the ROM card as Applesoft BASIC / Integer BASIC
switch. It is how DOS 3.3 Master detects Integer BASIC on ROM before it
begins to load FPBASIC into 16K RAM.
I like reading hacking Integer BASIC on ProDOS. I think that it is bad
idea to put Integer BASIC below 48K while ProDOS is running with Applesoft
BASIC on ROM. I suggest to leave Applesoft BASIC's zero page alone so you
can write Integer BASIC from scratch to be placed on ROM. The new version
of Integer BASIC is never the same as original version of Integer BASIC.
New version of Integer BASIC always use "4C" in $E000 instead of "20" in
$E000.
It can still use Applesoft BASIC's zero page while they are mapped to
use for new version of Integer BASIC. It means that you can put new version
of Integer BASIC in $D000 through $F7FF ROM rather than $E000 through $F7FF
so the length might be increased.
You boot ProDOS which it does not have Applesoft BASIC on ROM. It will
still detect new version of Integer BASIC on ROM that shows "4C" in $E000
instead of "20" in $E000 before it will begin to load INTBASIC.SYSTEM.
It is what I would like to suggest my idea. Please give us a feedback.
Bryan Parkoff
"Moll" <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com> wrote in message
news:AUe8e.23796$1p4.7854@trndny06...
> Bill Garber wrote:
>> "Moll" <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com> wrote in message
>> news:BLd8e.23792$1p4.21189@trndny06...
>> : Bill Garber wrote:
>> : > Pardon my ignorance in all of this, but, aren't Integer
>> : > and Applesoft 2 different sets of ROMs???
>> :
>> : Yes, but, there is a modified Integer Basic that runs from DOS 3.3 that
>> : relocates itself from $0800 (this isn't the same as INTBASIC on the
>> : system masters which loads itself onto the language card).
>> :
>> : I am referring to modifying this file (which is a 22-sector file called
>> : INT), so as to get it to work with ProDOS.
>> :
>> : Moll.
>>
>> Ok, that is what I thought you meant, but wanted to be sure.
>> How about using the convert program on DOS 3.3 Master and
>> converting INT to ProDOS and write it to a ProDOS volume.
>
> It won't respond to ProDOS commands in that state for some reason.
>
> Moll.
- References:
- Hacking on Integer Basic, and ProDOS
- From: Moll <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com>
- Re: Hacking on Integer Basic, and ProDOS
- From: Don Bruder <dakidd@sonic.net>
- Re: Hacking on Integer Basic, and ProDOS
- From: Moll <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com>
- Re: Hacking on Integer Basic, and ProDOS
- From: Jerry Penner <blip_awanderin_blip@blipyahoo.ca>
- Re: Hacking on Integer Basic, and ProDOS
- From: Moll <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com>
- Re: Hacking on Integer Basic, and ProDOS
- From: "mspangler" <mspangler@gemsi.com>
- Re: Hacking on Integer Basic, and ProDOS
- From: Moll <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com>
- Re: Hacking on Integer Basic, and ProDOS
- From: "Bill Garber" <willy46pa@comcast.net>
- Re: Hacking on Integer Basic, and ProDOS
- From: Moll <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com>
- Re: Hacking on Integer Basic, and ProDOS
- From: "Bill Garber" <willy46pa@comcast.net>
- Re: Hacking on Integer Basic, and ProDOS
- From: Moll <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com>