•Trailing Numeric String
•Leading Separate Numeric String
•Packed Decimal String
2.3Big-Endian Addressing Support
Alpha implementations may include optional
In a
Figure 2–23: Little-Endian Byte Addressing
7
6
5
4
3
2
1
0
In a
Figure 2–24: Big-Endian Byte Addressing
0
1
2
3
4
5
6
7
Bit numbering within bytes is not affected by the byte numbering convention
The format for the X_floating
The byte numbering convention does not matter when accessing complete aligned quadwords in memory. However, the numbering convention does matter when accessing smaller or unaligned quantities, or when manipulating data in registers, as follows:
•A quadword load or store of data at location 0 moves the same eight bytes under both numbering conventions. However, a longword load or store of data at location 4 must move the leftmost half of a quadword under the
•A byte extract of byte 5 from a quadword of data into the low byte of a register requires a right shift of 5 bytes under the
•Manipulation of data in a register is almost the same for both conventions. In both, inte- ger and
Basic Architecture