MicroBlaze Processor Reference Guide
13
UG081 (v14.7)
Data Types and Endianness
Data Types and Endianness
MicroBlaze uses Big-Endian or Little-Endian format to represent data, depending on the parameter
C_ENDIANNESS
. The hardware supported data types for MicroBlaze are word, half word, and
byte. When using the reversed load and store instructions LHUR, LWR, SHR and SWR, the bytes in
the data are reversed, as indicated by the byte-reversed order.
The bit and byte organization for each type is shown in the following tables.
Table 2-2:
Word Data Type
Big-Endian Byte Address
n
n+1
n+2
n+3
Big-Endian Byte Significance
MSByte
LSByte
Big-Endian Byte Order
n
n+1
n+2
n+3
Big-Endian Byte-Reversed Order
n+3
n+2
n+1
n
Little-Endian Byte Address
n+3
n+2
n+1
n
Little-Endian Byte Significance
MSByte
LSByte
Little-Endian Byte Order
n+3
n+2
n+1
n
Little-Endian Byte-Reversed Order
n
n+1
n+2
n+3
Bit Label
0
31
Bit Significance
MSBit
LSBit
Table 2-3:
Half Word Data Type
Big-Endian Byte Address
n
n+1
Big-Endian Byte Significance
MSByte
LSByte
Big-Endian Byte Order
n
n+1
Big-Endian Byte-Reversed Order
n+1
n
Little-Endian Byte Address
n+1
n
Little-Endian Byte Significance
MSByte
LSByte
Little-Endian Byte Order
n+1
n
Little-Endian Byte-Reversed Order
n
n+1
Bit Label
0
15
Bit Significance
MSBit
LSBit
Table 2-4:
Byte Data Type
Byte Address
n
Bit Label
0
7
Bit Significance
MSBit
LSBit
Содержание MicroBlaze
Страница 1: ...MicroBlaze Processor Reference Guide Embedded Development Kit EDK 14 7 UG081 v14 7...
Страница 4: ...MicroBlaze Processor Reference Guide www xilinx com UG081 v14 7...
Страница 8: ...8 www xilinx com MicroBlaze Processor Reference Guide UG081 v14 7 Chapter 1 Introduction Send Feedback...
Страница 262: ...262 www xilinx com MicroBlaze Processor Reference Guide UG081 v14 7 Send Feedback...