[A82] Re: TI82 ROM Version 19.006


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

[A82] Re: TI82 ROM Version 19.006




> Wouldn't it be possible to write a program to replace the rom_calls with
> nops then the proper call, and change any JP's or CALLS to rom addresses
> with the correct new pointer address?

It shouldn't be too hard to write a program like that, which would work for
most regular programs. The difficult part is to avoid chaning an data which
might be included in the program. (It is not that easy to check whether it
is a call to the ROM or some bits in an image used by the program). The
shell use selfmodifying code, and other things which would make the
translation harder. So for most programs it could probably be done, but it
might be easier to just recompile them if the source is available.

Dines






References: