A83: rom redundancy


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

A83: rom redundancy




I was messing around, comparing the disassembled roms of the 82 and 83, and 
I noticed something interesting.  Most of the 83's commonly used rom calls 
in the $4000's actually just call another routine earlier on in the rom.  
For instance, take a look at _getcsc, located at $4014:
call $268
ret
I tested out a little program using $268 instead of $4014, and of course it 
worked perfectly.  Plus I saved a few clock cycles.  Any idea why TI might 
have done this?

Doug
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com




Follow-Ups: