|
|
You can not work on Motronic maps without understanding hexadecimal numbers. I hope this helps..... Motronic digital fuel injection systems use 8-bit processors (8-bit data bus). Each 8-bit word contains an executable instruction or a piece of numerical data. 8-bit data is stored in hexadecimal (hex) format. Hexadecimal is a base-16 system and differs from the decimal system which is base-10. hexadecimal, or simply hex, is a base-16 numbering system using the symbols 09 and AF. It's purpose is to represent binary code in a user friendly format. One hexadecimal digit stands in place of four binary bits. Letters AF represent numbers 10-15 as a single digit. The largest decimal number that can be represented in a 8-bit system is 255 (or FF hex). Hex examples:
One of the best tools for hex to decimal conversion is already on your computer at C:\WINDOWS\CALC.EXE Hex conversion at the push of a button. Under the View menu, select scientific.
All numbers on the web pages herein are decimal numbers unless followed by a lower case letter "h" to indicate hexadecimal. Example, hex FF will be written as FFh, hex 00 will be written as 00h, etc.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||