A83: Re: TI coding skillz


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

A83: Re: TI coding skillz




They probably just stuck it in there for no real purpose and never though
about it at all.  Undocumented things are notorious for not working :)  I
don't see any real reason they would take it out in 1.10 though.  The $0C
page has tons of free space that's not used for anything, so it's not like
it was displacing anything else that would be in the ROM.  Ah well...

-Dan Englender

----- Original Message -----
From: "David Phillips" <david@acz.org>
To: <assembly-83@lists.ticalc.org>
Sent: Wednesday, November 29, 2000 6:39 PM
Subject: A83: Re: Re: Re: Re: Re: Re: TI coding skillz


>
> Yeah, that would make sense.  I didn't think about that for some reason.
> But if that is true, then why would they include it on page C, with the
> addresses setup so that it could run from there?  Unless they just weren't
> thinking, and didn't bother to take it out later.  Maybe that's why it's
not
> in 1.10.
>
> > I actually haven't checked, but I'm willing to bet that the reason it
> > displays incorrectly is because when the text display routine is called,
> the
> > $0C page is switched out, and another page (with the text display
routine
> on
> > it) is switched in.  So the pointer to the text is now a pointer to some
> > random stuff on the new page, which is displayed.  TI-83 Plus
applications
> > have this same issue, the solution is to either copy to the text to RAM,
> or
> > have a text display routine in your app.
>
>
>




References: