




My goal has always been to offer the ECU with the Lex AFM and Bosch EV14 injectors. I've already written the code that can use modern injector cal parameters and so there are just a few missing pieces to make this the best option for the 7M. As I write this I can feel my energy level going up.
Well... if/when you get it worked out, put me down on the interested parties list, I would definitely be a customer.There are a couple of beta testers out there using the ECU. What that pointed out was that we were not ready for this to be a product yet. I've been working on improving the documentation and software delivery but still need to implement a solution to get past the current load variable maxing out at 133% of stock fuel cut.

Don't know if you ever followed up on this but Toyota never used it in their code. Given their code always started at D000h and the jsr can therefore only access RAM that is not surprising, though maybe it can be used to generate a dynamic subroutine launch.keeping an old thread alive, i've been starting work on a Ghidra processor model/decompiler.
from the TASM assembler used. i've really got my doubts as to the opcode 0x31 being a JSR to a ( what i'm calling zero page ) address ie JSR $0066 being encoded into 2 bytes only.
its second byte, is listed as $*, and thats normally fine for vars, as it would likely be RAM, rather than code. and its not a short JSR, as that is handled by BSR ( 0x61 ).
So has anyone got the ability to write a little test code, and confirm it really jumps to the addresses in the first 256 bytes of memory ?
DarrylView attachment 81937