PDP-11 architecture
From Computer History Wiki
The PDP-11 is a 16-bit minicomputer designed by DEC.
Addressing modes
Mode | Name | Symbolic | Description |
---|---|---|---|
0 | Register | R | (R) is the operand |
1 | Register deferred | (R) | (R) contains address of operand |
2 | Auto-increment | (R)+ | (R) is the address; (R) is incremented by 1 or 2, in case of byte or word instructions. |
3 | Auto-increment deferred | @(R)+ | (R) is the address of the address; (R) is incremented by 2 |
4 | Auto-decrement | (R)- | (R) is decremented by 1 or 2, in case of byte or word instructions; R is address. |
5 | Auto-decrement deferred | @(R)- | (R) is decremented by two; (R) is the address of the address. |
6 | Index | X(R) | (R) + X is the address. |
7 | Index deferred | @X(R) | (R) + X is the address of the address |
v • d • e PDP-11 Computers and Peripherals |
---|
UNIBUS PDP-11s - PDP-11/20 • PDP-11/15 • PDP-11/35 • PDP-11/40 • PDP-11/45 • PDP-11/50 • PDP-11/55 • PDP-11/70 PDP-11/05 • PDP-11/10 • PDP-11/04 • PDP-11/34 • PDP-11/60 • PDP-11/44 • PDP-11/24 • PDP-11/84 • PDP-11/94 QBUS PDP-11s - PDP-11/03 • PDP-11/23 • PDP-11/23+ • MicroPDP-11/73 • MicroPDP-11/53 • MicroPDP-11/83 • MicroPDP-11/93 QBUS CPUs: LSI-11 • LSI-11/2 • KDF11-A • KDF11-B • KDJ11-A • KDJ11-B • KDJ11-D • KDJ11-E Buses: UNIBUS • UNIBUS map • SPC • MUD • EUB • QBUS • CD interconnect • PMI Also: PDP-11 architecture • PDP-11 Extended Instruction Set • FP11 floating point • PDP-11 Memory Management |
[Expand] |
---|