708
edits
(A little hex help, please.) |
No edit summary |
||
| Line 12: | Line 12: | ||
[[User:EdT|EdT]] 06:54, 20 June 2008 (CEST) | [[User:EdT|EdT]] 06:54, 20 June 2008 (CEST) | ||
I'm not sure what's supposed to be at 0x68, maybe you mean 0x88 (where the size of the raw/sep part is)? | |||
Anyway 0xA1B1C1D1 is stored as: | |||
:*A1 B1 C1 D1 - big endian (bytes are stored in the same order) | |||
:*D1 C1 B1 A1 - little endian (bytes are stored in reverse order) | |||
So 0x100F0 aka 0x000100F0 stored as little endian is F0 00 01 00. | |||
PS: I'm almost done with [[OBJC]] export. Hopefully I'll do the import soon too. | |||
[[User:Neo|Neo]] | |||
edits