88h & hi-way stuff

rr RRauscher at nni.com
Sat Oct 28 19:37:12 GMT 2000


Jeremy,

Here is a patch I added to give AFR vs. MAP for the
Hi-way fuel.

Enjoy,

BobR.

                               ;
                               ; New HiWay fuel AFR table patch
                               ;
                               ;
----------------------------------------------------------
                               ;
                               ; 17 line table for afr vs. map
                               ;

 9800                           ORG $9800

 9800 a9                        FCB 169  ; 20
 9801 a8                        FCB 168  ; 25
 9802 a7                        FCB 167  ; 30, anht == 16.1afr
 9803 a6                        FCB 166  ; 35
 9804 a5                        FCB 165  ; 40, anht == 15.5afr
 9805 a2                        FCB 162  ; 45
 9806 a0                        FCB 160  ; 50, anht == 15.5afr
 9807 9f                        FCB 159  ; 55
 9808 9d                        FCB 157  ; 60, anht == 14.7afr
 9809 9b                        FCB 155  ; 65
 980a 98                        FCB 152  ; 70
 980b 96                        FCB 150  ; 75
 980c 94                        FCB 148  ; 80
 980d 93                        FCB 147  ; 85
 980e 93                        FCB 147  ; 90
 980f 93                        FCB 147  ; 95
 9810 93                        FCB 147  ; 100

                               ; -----------------------------

 c505                           ORG $C505

 c505 7e 9c 00           [ 3 ]  JMP GETAFR  ; patched into location

                               ; -----------------------------

 9c00                           ORG $9C00

                               GETAFR:
 9c00 96 57              [ 3 ]  LDAA $57  ; map
 9c02 ce 98 00           [ 3 ]  LDX #$9800  ; table
 9c05 bd f4 a1           [ 6 ]  JSR LF4A1  ; 2d lookup w/o lncnt
 9c08 7e c5 b6           [ 3 ]  JMP $C5B6  ; return w/value

                               ;  eof  ;


----------------------------------------------------------------------------
To unsubscribe from gmecm, send "unsubscribe gmecm" (without the quotes)
in the body of a message (not the subject) to majordomo at lists.diy-efi.org




More information about the Gmecm mailing list