Changes

Jump to navigation Jump to search
349 bytes added ,  21:35, 15 December 2020
Existing octane slider functionality would be overridden/removed. The implications of the slider 'write dynamic identifier' would need to be assessed
 
The following code in the octane lookup:
<pre>
movh.a a15,#0xd002
and
lea a15,[a15]-0x2172 //a15 = d001de8e
</pre>
 
Should change to:
<pre>
movh.a a15,0xd001
and
lea a15,[a15]-0x3e2e //a15 = 0xd000c1d2, fac_afu_ratio_sens_mmv
</pre>
 
Which in ASM is:
<pre>
91 20 00 fd -> 91 10 00 fd
and
d9 ff ce ad -> d9 ff 12 7c
</pre>

Navigation menu