The Central Hub for DSM Community and Information

For 1990-1999 Mitsubishi Eclipse, Eagle Talon, Plymouth Laser, and Galant VR-4 Owners. This is where the DSM platform history is documented and archived. Log in to help us in our mission, and to remove most ads from the browsing experience.

FWD and A/T AWD maps are more aggresive?

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Hex editing is just using very primitive tools to do machine level programming. You are doing by hand what a assembler and link editor would do, that is if you're writing code rather than just applying somebody elses patches.

The CPU is a part of the 6800 family of processors. The one in a 1G ECU is an 8 bit processor with a 16 bit address space. The basic instructions are 8 bits long with 8 or 16 bit operands. If you read up on the 6800 you'll learn a good deal of the basics.

BD is the op code for a JSR (jump subroutine) instruction with an explicit operand (a direct memory address).
BD EBB4 means jump to subroutine at memory location EBB4.

There are other JSR op codes for direct and indirect operands and a set of branch to subroutine instructions.
There are also Jumps and Branches which don't save a return addresson the stack. Branches are conditional instructions where the unconditional ones are jumps. They just cause the processor to start executing instructions from the new address.

The return addresses are saved in a part of memory called a stack because it acts like a spring loaded stack of plates. You can push things onto the stack and pop them off. So it you call a subroutine it pushes the address of the next instruction to execute onto the stack (the return address) and when the subroutine returns it pops the address off.

There is really no reason for you guys to mess with trying to figure out the code from the binary images. There are large portions of the code disassembled and commented in the DSM-ECU files area. All the differences between the E931 and E932 code are in the assembly code source. You can see the different addresses for the data structures between the to by looking at the listings. As you can tell from the changed in addresses for the shared code and data there are some small differences between the MT and AT software.
 
Last edited:
Add Value - Be Respectful - No Trolling - No Misinformation - Participate Often!
Support Vendors who Support the DSM Community

Build Thread Updates

Latest Classifieds

  • For sale 2g 2G DSM Link V3
    2G DSM Link V3 $600 + shipping and paypal fees* no cable included * cables are 75 on the...
    • jersygsx
    • Updated:
    • Expires
  • Wanted 2g Shot in the dark (2g Pass strut cut out)
    Need 2g strut tower to save time.
    • frosh29
    • Updated:
    • Expires
  • For sale 2g 2G Mishimoto Radiator & Fan Shroud
    2G Mishimoto Radiator & Fan Shroud $200 + shipping and paypal feesYou must be registered to...
    • jersygsx
    • Updated:
    • Expires
  • For sale VIRGIN 4G63 6-BOLT TURBO HEAD
    Came off a virgin stock AWD Auto 1G DMS (91), also have matching block and crank which are also...
    • The_Partout_Spot
    • Updated:
    • Expires
  • For sale 1G DSM 4G63 6-BOLT TIMING COVER
    Used, see condition in photos. Buyer covers shipping / fees.
    • The_Partout_Spot
    • Updated:
    • Expires
Back
Top