RE: A85: A ROM function
[Prev][Next][Index][Thread]
RE: A85: A ROM function
The functions are not that big, but they call a lot of other functions. On
the TI82 I have seen function which consited only of calls to other
functions. When you have found the function in one ROM version finding it
in another is no problem.
DInes
__________________________________________
Dines Justesen
Email: c958362@student.dtu.dk
WWW : http://www.student.dtu.dk/~c958362/
__________________________________________
On Wed, 23 Sep 1998, Humberto Yeverino wrote:
>
> On Wed, 23 Sep 1998, Kaus .theman.com wrote:
>
> > This is a good idea, but like the ideas i had presented, it would be
> > long and tedious. there is over 128kbytes of rom. we know what some
> > stuff is, so that gets it down to about 110k (and that is being _ver_
> > generous) there is over 500 functions that can be accessed byt the TIOS
> > interface. plus, each of them call functions within themselves, i am
> > sure, and there has got to be over 1000+ ret insturctions used.
> > that will take a while :)
> > But, it may end up to being that, or somethings similar.
> >
> > Jonathan
> I think it would be it fastest. Once the program was written you could do
> it for all ROM versions. This way you could view the code and the
> starting address. I imagine the routines you're looking for are pretty
> big, they shouldn't be that hard to find... In fact, you could even write
> the program to where it would first filter out smaller routines you you
> wouldn't have to sort through so many. The program wouldn't be that hard
> to write.
>
> -Humberto Yeverino Jr.
>
> "I kick ass for the Lord."
>
> ***********************************************************
> Home Page:
> http://www.engr.csufresno.edu/~humberto/Home.html
>
> Ti Page:
> http://www.engr.csufresno.edu/~humberto/tex.html
>
> z80 Source Page:
> http://www.engr.csufresno.edu/~humberto/z80source.html
>
> Official Tyrant Home Page:
> http://www.engr.csufresno.edu/~humberto/tyrant.html
>
> E-mail:
> humberto@engr.csufresno.edu
> ***********************************************************
>
>
References: