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

Re: Applesoft and RESET



On Jun 6, 8:04 am, gids...@sasktel.net wrote:
> > BASIC.SYSTEM is just a wedge, and the grunt work is still done by the ROM,
> > so if the ROM is altered, its alterations will still affect BASIC.SYSTEM.
>
> > -uso.
>
> You are mistaking the ROM monitor that resides from $F800 to $FFFF.
> Applesoft resides from $D000 to $F7FF.  No calls made by Basic.system
> ever go into Applesoft.
>
> Rob

Sorry, actually thats not true :).  Basic.system intercepts commands
from a program and either passes them on to Prodos or to applesoft
depending if a chr$(4) character is found.  But as I said before.  No
entry points have been compromised.