Disassembly listings

Ludis Langens ludis at cruzers.com
Fri May 1 13:46:48 GMT 1998


The disassemblies I have posted on the web have been updated.  The
register contents are "known" in a few cases where they used to be
"unknown".  In a few cases, false "used" status is no longer flagged.  A
macros file has also been included with each disassembly.

A fourth disassmbly has been added to the previous three.  It is for the
1227148 ECM (3.8 V6 SFI NA & turbo) with a PROM from a NA FWD 3.8. 
Thanks to treprom.zip for the raw ECM ROM data.

Here's the URL (again):

  http://www.cruzers.com/~ludis/disasm.html

               unsigned long BinToBCD(unsigned long i) {unsigned long t;
Ludis Langens     return i ? (t = BinToBCD(i >> 1), (t << 1) + (i & 1) + 
ludis at cruzers.com            (t + 858993459 >> 2 & 572662306) * 3) : 0;}




More information about the Diy_efi mailing list