Speed limiter & new pennies
David Cooley
n5xmt at bellsouth.net
Fri Nov 19 18:41:42 GMT 1999
At 11:24 AM 11/19/1999 -0700, you wrote:
>Guess I thought I asked a pretty clear question. I know how to edit the
>eprom parameters--I just don't understand how the following "commands" are
>entered.
>
>D35A 37 START:
> D35A C6 4B 38 LDAB #75 ; cut-out mph
> D35C 96 04 39 LDAA *$$04 ; status
> D35E 85 40 40 BITA #$$40 ; 1 == fuel on in effect
> D360 26 02 41 BNE RICH0 ; bra if rich, fuel on
> D362 C6 4A 42 LDAB #74 ; mph for fuel back on
> D364 43 RICH0:
The table on the left is the eprom address followed by the data in that
address.
IE: location D35A contains the hex values C6 4B. Those numbers mean: LDAB #75
This is basically the output of a disassembler... real numerical values on
the left, what code/command they stand for on the right...
the line: D35A 37 START:
just means that the subroutine starts at D35A
37 is the line number (IE: this listing had 36 lines of data above it for
something else).
===========================================================
David Cooley N5XMT Internet: N5XMT at bellsouth.net
Packet: N5XMT at KQ4LO.#INT.NC.USA.NA T.A.P.R. Member #7068
We are Borg... Prepare to be assimilated!
===========================================================
More information about the Gmecm
mailing list