| |
| | Informats : Byte Ordering on Big Endian and Little Endian Platforms (Site not responding. Last check: ) |
 | | On big endian platforms, the value 1 is stored in binary and is represented here in hexadecimal notation. |
 | | On little endian platforms, the value 1 is stored in one byte as 01 (the same as big endian), in two bytes as 01 00, and in four bytes as 01 00 00 00. |
 | | For example, -2 would be represented in one, two, and four bytes on big endian platforms as FE, FF FE, and FF FF FF FE respectively. |
| www.caspur.it /risorse/softappl/doc/sas_docs/lgref/z1258728.htm (377 words) |
|