|
#18
|
|||
|
|||
|
For mathematics stuff : if you want to get a value, just take 2 bytes, reverse them (the processor take the lower byte first), and then, use your calculator to change the hexa value to a decimal one :
1) reverse : 6EB0 => B06E 2) convert : B06E (Hex) => 45000 (Dec) If you can wait until next week, I'll have a look at the release I have. Maybe I could find back what I did. |
|
|