The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
byte ordering1. This refers to the order in which bytes that are ordered in memory as n,n+1,... are ordered when a computer considers multiple bytes as one integer. Big-endian computers use bytes with lower addresses for the bits with higher powers of two. PowerPC, m68k, HP-PA-RISC, IBM-370, PDP-10, most other computers use this. Little-endian computers use the opposite convention. i86, PDP-11, VAX, uses this. From Linux Guide @FirstLinux |
|
|