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

[no subject]



KEGS can use all 3 firmware versions.

>> Easy enough to switch to 16-bit mode, call the toolbox, drop to 6502 mode,
>> not?
>
> Yes but...
>
> Many (but not all) the toolsets require initialization which can mean
> allocating memory for their own stack space and zero page (called direct
> page in GS speak).  This space can only reside in bank $00.  If you are not
> using the memory manager then you would have to be real careful that you
> weren't stepping on your program.

Hm.  If I'm tacking into FPBASIC that might be a little tricky.

> Good luck.  It sounds like neat project and a good way to learn the ins and
> outs of an Apple IIGS.

:)

I came up with the further thought that I wonder how hard the toolbox is 
to work with if I want to make a simple app.  There's a couple particular 
ones I been thinking of.

If push comes to shove, I can try to "roll" the 65C02 space in and out 
when calling the toolbox, it would take a huge performance hit though.

My ideas are, like, this kind of stuff -

1. TTY I/O hook (e.g., for BASIC)
2. BASIC extensions on the & vector, possibly
3. Simple program launcher (DOS 3.3 and ProDOS)

-uso.