[A83] Re: Monochromatic - a demo for the TI83 (need help with testing)
[Prev][Next][Index][Thread]
[A83] Re: Monochromatic - a demo for the TI83 (need help with testing)
Thanks for the info, very strange that such a limit should exist on the 83+
but not on the 83. Anyway, now I've tried moving the data around a bit, so
if anyone with a real TI-83+ (it works under ´VTI, put as someone pointed
out, so did the old version) could give this new version a try and report
back it would be great:
http://www.lysator.liu.se/~sdw/temp/monochr-plusfix.8xp
/Andreas
>From: "Dan Weiss" <dwedit@hotmail.com>
>Reply-To: assembly-83@lists.ticalc.org
>To: assembly-83@lists.ticalc.org
>Subject: [A83] Re: Monochromatic - a demo for the TI83 (need help with
>testing)
>Date: Fri, 05 Apr 2002 10:47:16 -0600
>
>
>Ion programs can be any size, but on the TI83+, executing code at $C000 and
>beyond crashes the calc due to an arbitrary limit by TI.
>
>You have to move all the data to the end of the program, and keep the code
>under 8.8k, or move code around just so it isn't executed. Calls to Ion's
>internal libs (like ionfastcopy) call an automaticly allocated range after
>the end of the program, so the ion routines must be included in the program
>to prevent crashes.
>
>
>
>_________________________________________________________________
>Join the world’s largest e-mail service with MSN Hotmail.
>http://www.hotmail.com
>
>
_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
Follow-Ups: