L

LCD
Liquid crystal display
little-endian
The byte ordering used by most modern computers. For purposes of this book that would include the x86 and MIPS processor. A MIPS processor can be configured for big-endian but for game consoles it is used in a little-endian configuration.
 

 

  1

  2

  3

0x1A2B3C4D

4D

3C

2B

1A

LSB
Least significant bit. The related bit depends upon the endian orientation.


32.64-Bit 80X86 Assembly Language Architecture
32/64-Bit 80x86 Assembly Language Architecture
ISBN: 1598220020
EAN: 2147483647
Year: 2003
Pages: 191

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net