Page 1 of 1

Ford APS-234 FG Mk1 xr6 Turbo diss

Posted: Sat Jun 28, 2025 6:23 pm
by hjtrbo
Sharing a partially completed disassembly. To restore in Ghidra, from the home window -> File -> Restore Project. Requires Ghidra v11.1.1 or greater.

FG Mk1 XR6T Manual HAEE4TY

To do:
Extending memory map out in to the ram areas

Progress:
r2 & r13 defined
Some 1d & 2d lookup functions defined
Calibration table structures worked out: (edited, structs in the attached project will need re-working)

Code: Select all

struct {
    xDimension
    yDimension
    xAxisPointer
    yAxisPointer
    pointerToTableData
}
Basic poking and labelling around the borderline and MBT spark routines.

Hope this helps someone get started. If anyone has an a2l please share :)

Re: Ford APS-234 FG Mk1 xr6 Turbo diss

Posted: Sat Jun 28, 2025 6:39 pm
by antus
Awesome, thanks for sharing! Also including the notes about r12 and r13. I need to learn this to get a better dis from the E55 and having an example to work from and compare is helpful.