Results 1 to 2 of 2

Thread: TBI hack question

  1. #1
    Fuel Injected!
    Join Date
    Mar 2014
    Location
    In Ohio with my Wife Brandi
    Age
    43
    Posts
    23

    TBI hack question

    On the http://www.gearhead-efi.com/Fuel-Inj...7&d=1331602099 ,1228746 ECM $61, does anyone happen to know more about the hack? On the actual code I can figure it out in time, but it's the first part of the file, it appears to be named hex addresses maybe variables?

    L0000 EQU $00 as an example, I think this is named hex addresses for different things, but what is stuff like LD000: FDB $4A3F or LD004: FCB $61? I can't find anything on FDB or FCB in the txt I've seen so far. And how much math is actually done by the ECM? I need to layout something to get a general program idea started.

    Can anyone provide me alittle detail on it to help me figure it out? Thanks

    Joe
    ~1989 Pontiac TransAm, 305 TBI
    ~1995 Chevy K3500 Dually, 6.5L HO Turbo Diesel

  2. #2
    Fuel Injected! jim_in_dorris's Avatar
    Join Date
    Dec 2011
    Posts
    803
    FCB means "Form Constant Byte" and holds 8 bits FDB means "Form Double Byte" and holds 16 bits.

    LD000 FDB $4A3F stores the value $4A3F at location D000.

    Yes there is a lot of math taking place in the code. Scaling variables, looking up 3D tables etc. If you are trying to re-invent the wheel, I would start by getting a high level understanding of how the code flows. What the interupts are, and also the order things are done in. Then you will need to understand all the various subsystems and how they work. Then you could work on how the tables hold calibration data for the tune. I am an experienced programmer who has managed a very large project, and was responsible for providing time estimates for bids on custom programming jobs. My estimate would be at least a year of full time work to understand what is happening in the code. Good luck, and ask lots of questions
    Square body stepsides forever!!!

Similar Threads

  1. $62 hack?
    By EagleMark in forum GM EFI Systems
    Replies: 10
    Last Post: 01-19-2014, 02:18 AM
  2. $42 hack questions
    By majacoby in forum GM EFI Systems
    Replies: 18
    Last Post: 01-17-2013, 07:04 PM
  3. Another $42 hack question?
    By EagleMark in forum GM EFI Systems
    Replies: 5
    Last Post: 12-17-2012, 02:55 AM
  4. vss 1227747 2k to 8k hack possible?
    By babywag in forum GM EFI Systems
    Replies: 1
    Last Post: 12-08-2012, 10:02 AM
  5. $OE wideband hack?
    By babywag in forum GM EFI Systems
    Replies: 12
    Last Post: 11-03-2012, 05:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •