Compaq AlphaPC 264DP Technical Reference Manual page 11

Table of Contents

Advertisement

Binary Multiples
The abbreviations K, M, and G (kilo, mega, and giga) represent binary multiples
and have the following values:
K
M
G
For example:
2KB
4MB
8GB
Addresses
Unless otherwise noted, all addresses and offsets are hexadecimal.
Bit Notation
Multiple-bit fields can include contiguous and noncontiguous bits contained in
brackets ([]). Multiple contiguous bits are indicated by a pair of numbers separated
by a colon (:). For example, [9:7,5,2:0] specifies bits 9,8,7,5,2,1, and 0. Similarly,
single bits are frequently indicated with brackets. For example, [27] specifies bit 27.
Caution
Cautions indicate potential damage to equipment, software, or data.
Data Field Size
The term INTnn, where nn is one of 2, 4, 8, 16, 32, or 64, refers to a data field of
nn contiguous NATURALLY ALIGNED bytes. For example, INT4 refers to a
NATURALLY ALIGNED longword.
Data Units
The following data-unit terminology is used throughout this manual.
Term
Byte
Word
Longword/Dword
12 February 1999 – Subject To Change
10
= 2
(1024)
20
= 2
(1,048,576)
30
= 2
(1,073,741,824)
= 2 × 2
= 2 kilobytes
= 4 megabytes = 4 × 2
= 8 × 2
= 8 gigabytes
Words
Bytes
½
1
1
2
2
4
10
bytes
20
bytes
30
bytes
Bits
Other
8
16
32
Longword
xi

Advertisement

Table of Contents
loading

Table of Contents