Addressing Modes
ConceptIn computer architecture, an addressing mode specifies how the operand of a machine instruction is located in memory or in registers. Addressing modes are a key design choice in both RISC and CISC instruction sets, and complex variants appear in architectures such as PowerPC and x86. The set of modes supported by an ISA affects code size, performance, and the cost of generating memory accesses in tools such as test generators.
WIKI
Addressing Modes
Definition
An addressing mode is the mechanism an instruction set architecture (ISA) uses to compute the location of an operand referenced by a machine instruction. Different addressing modes trade off generality, instruction length, and the number of memory references required to reach an operand.
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →