Chapter 2
Basic Architecture
2.1 Addressing
The basic addressable unit in the Alpha architecture is the
Virtual addresses as seen by the program are translated into physical memory addresses by the memory management mechanism.
Although the data types in Section 2.2 are described in terms of
2.2 Data Types
Following are descriptions of the Alpha architecture data types.
2.2.1 Byte
A byte is 8 contiguous bits starting on an addressable byte boundary. The bits are numbered from right to left, 0 through 7, as shown in Figure
Figure 2–1: Byte Format
70
:A
A byte is specified by its address A. A byte is an
2.2.2 Word
A word is 2 contiguous bytes starting on an arbitrary byte boundary. The bits are numbered from right to left, 0 through 15, as shown in Figure
Basic Architecture