Changes

Jump to navigation Jump to search

TI.Image

15 bytes added, 15:42, 22 May 2011
Line 24: Line 24:  
<tt>000 - 000 - 001 - 064</tt><br>
 
<tt>000 - 000 - 001 - 064</tt><br>
   −
You would expect to put this then as "<tt>\000\000\001\064</tt>" in the header, but no, you have to swap it: "<tt>\064\001\000\000</tt>"<br><br>
+
You would expect to put this then as "<tt>\000\000\001\064</tt>" in the header, but no, you have to swap it: "<tt>\064\001\000\000</tt>"<br>(Little Endian)<br>
 
You can also change the "<tt>\064</tt>" in the header to "<tt>@</tt>", since that is its ASCII representation.
 
You can also change the "<tt>\064</tt>" in the header to "<tt>@</tt>", since that is its ASCII representation.
 
Finally, the data would look like this: "<tt>@\001\000\000</tt>"
 
Finally, the data would look like this: "<tt>@\001\000\000</tt>"

Navigation menu