Hi
I am needing to interpret some low level data and feel like I am bit lost. The data is this
0x04*0x100+0xce=0x4ce=1230
First off I am not even sure what notation this is. Is this Hexademical?
So I can see that 3 pieces of notation are being combined. 0x04 is being multiplied by 0x100 which is then added to 0xce but how does that get me 0x4ce and then how does 0x4ce become 1230
Thanks
I am needing to interpret some low level data and feel like I am bit lost. The data is this
0x04*0x100+0xce=0x4ce=1230
First off I am not even sure what notation this is. Is this Hexademical?
So I can see that 3 pieces of notation are being combined. 0x04 is being multiplied by 0x100 which is then added to 0xce but how does that get me 0x4ce and then how does 0x4ce become 1230
Thanks