[A83] Re: 83p os


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

[A83] Re: 83p os



>And how could you achieve this? There is no hardware support for such
>features AFAIK.
>

That never stopped Zshell (TI85 shell), programs written for that shell 
couldn't use absolute jumps directly, because the programs were never moved 
to an origin address.  Had to use macros instead, but it was still much 
faster than TI-Basic.

Usgard made programs have a list of every use of a static address and 
stuffed it into a big table that modifies the program with the new addresses 
every time it runs.

But moving the program to a constant address is still the best way to go, 
since you can optimize more that way.

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963




Follow-Ups: