PDP-11 architecture
From Computer History Wiki
Jump to: navigation, search
This article is a stub. You can help by expanding it.
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 • ePDP-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/34 • PDP-11/04 • PDP-11/44 • PDP-11/60 • 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 Also: PDP-11 architecture • Qbus • Unibus • List of DEC board part numbers |
Retrieved from "http://gunkies.org/wiki/PDP-11_architecture"

