Differences between current version and revision by previous author of BigEndian.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 17 | Last edited on Wednesday, September 30, 2009 5:30:54 pm | by LawrenceDoliveiro | |
Older page: | version 16 | Last edited on Sunday, September 20, 2009 2:07:04 am | by AristotlePagaltzis | Revert |
@@ -1,5 +1,5 @@
-Opposite of LittleEndian.
+Numbering of bits within a byte, and bytes within a multi-byte integer, to correspond more closely to the order in which one might read them in a memory dump.
Opposite of LittleEndian.
See [Endianness].
----