Results 1 to 15 of 20

Thread: $EE Code for electric water pump on AIR output

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Fuel Injected!
    Join Date
    Jan 2012
    Location
    Poland
    Posts
    147
    Thanks!

    So, the most basic solution would be to change this:
    Code:
    4935    CE 18 00            ldX    #$1800
    4938    12 2F 02 05         brset    l_002f_fts_2_stat_byte, #%00000010, @7
    493C    1D 00 01            bclr    0, X, #%00000001
    493F    20 03               jr    @8
    ;
    4941    1C 00 01        @7    bset    0, X, #%00000001
    to this:
    Code:
    4935    CE 18 00            ldX    #$1800
    4938    12 23 80 05         brset    L0023, #%10000000, @7
    493C    1D 00 01            bclr    0, X, #%00000001
    493F    20 03               jr    @8
    ;
    4941    1C 00 01        @7    bset    0, X, #%00000001
    And if I wanted some more functionality, then I'd insert a jump at 0x493C to additional subroutine in some unused space to test conditions to run pump w/o engine running.

    Could you point me to some free space I could safely use?
    Last edited by dzidaV8; 11-13-2017 at 11:32 PM.

Similar Threads

  1. Replies: 17
    Last Post: 08-05-2019, 06:25 AM
  2. DTC's and Output assembly code
    By turbo_bu in forum GM EFI Systems
    Replies: 0
    Last Post: 04-17-2017, 04:12 PM
  3. Replies: 19
    Last Post: 12-21-2013, 10:02 PM
  4. PWM Electric Water Pump control
    By gregs78cam in forum Gear Heads
    Replies: 12
    Last Post: 05-28-2013, 01:51 AM
  5. Replies: 0
    Last Post: 03-21-2012, 08:41 PM

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
  •