View Single Post
  #18  
Old 02-08-2002, 01:08
Megalexxx Megalexxx is offline
Die Hard Member
 
Join Date: Mar 2002
Posts: 1,037
Thanks: 0
Thanked 5 Times in 2 Posts
Megalexxx is on a distinguished road
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.
Reply With Quote