[Diy_efi] finding maps

joe graham velocity150 at hotmail.com
Thu Jun 13 12:50:38 GMT 2002


>Given an EPROM, what is the best method of finding the various maps hidden 
>therein?<

Do a disassembly and then shove that into excel.  Sort by pneumonic and pick 
all ldx ldaa ldab and ldy values.  Sort these by called value (#$xxxx, 
Lxxxx, etc...)  Convert the xxxx to decimal and subtract to find number of 
bytes between callouts.  Pick the largest ones and find them in the 
disassembly.  Look at the routine called for interpolating.  The largest 
tables should give you the 3-d routine and the 3-d routine will give you the 
location of all 3-d tables.  Repeat for 2-d interpolation. Use abx to find 
indexed tables.  Most tables should be near each other.

HTH

JG


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


_______________________________________________
Diy_efi mailing list
Diy_efi at diy-efi.org
http://www.diy-efi.org/mailman/listinfo/diy_efi



More information about the Diy_efi mailing list