Techline CD

jgwynne at mrcday.com jgwynne at mrcday.com
Wed Jun 30 13:20:29 GMT 1999



| 16246295 on it. I'm half done writting a '332 disassembler, but if there
| are any others freely available...I'd rather use that and spend my time
| working on the ECU and not writing tools.

the gnu tools work very well for the m68k family (very mature
port). If you are willing to run linux, I have all you need on the
efi332 ftp site in the efi332 project area. a win95 and nt ports
exist, but I don't know what state their are in nor do I have binaries
(maybe be on ftp site in incoming).

You would want to do something like
objdump -m mcpu32 -D -b binary --adjust-vma=0x8000 \
  --start-address=0xb000 filename.bin
where filename.bin is a binary image of the prom.

john gwynne



More information about the Gmecm mailing list