Differences between version 7 and predecessor to the previous major change of BigEndian.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Wednesday, October 6, 2004 10:38:27 am | by CraigBox | Revert |
Older page: | version 4 | Last edited on Friday, February 6, 2004 8:55:53 am | by FahdKhan | Revert |
@@ -1,7 +1,11 @@
-Big [Endian] is where you send/store the number 0x01020304 as "01 02 03 04". This was traditionally used for larger machines, and since larger machines had network connectivity, NetworkByteOrder has been traditionally BigEndian.
+Big [Endian] is where you send/store the number 0x01020304 as "01 02 03 04". This was traditionally used for larger machines, and since larger machines had network connectivity, NetworkByteOrder has been traditionally BigEndian. [1]
English and most European languages are traditionally BigEndian: we write numbers "1234" when we mean "one thousand, two hundred and thirty four". By contrast, Semitic languages such as Arabic and Hebrew are LittleEndian -- despite the fact that the digits are written in the same order -- because those languages are read right-to-left. So "1234" in Arabic is STILL "one thousand, two hundred and thirty four", it's just read out in reverse order.
+
+Most [SiliconGraphicsIndy]'s are BigEndian.
Compare LittleEndian.
-Most
[SiliconGraphicsIndy
]'s
are BigEndian
.
+-----
+
+
[1
] Big and Little Endian
are a reference to the book "Gullivers Travels", where a tribe of tiny people divide themselves into two factions over which end they should cut their eggs open at - the big end, or the little end
.