CISC
CISC (Complex Instruction Set Computer) is a processor design philosophy that favors a larger, richer set of instructions, some of which can perform multiple low-level operations — such as a memory load combined with an arithmetic operation — in a single instruction.
6 resources across 2 libraries
Glossary Terms(5)
Instruction Set Architecture
An Instruction Set Architecture (ISA) is the abstract interface between a computer's hardware and its software, defining the set of instructions, registers, me…
RISC
RISC (Reduced Instruction Set Computer) is a processor design philosophy that favors a small, simple set of fixed-length instructions, each executing in roughl…
CISC
CISC (Complex Instruction Set Computer) is a processor design philosophy that favors a larger, richer set of instructions, some of which can perform multiple l…
Pipelining (CPU)
CPU pipelining is a hardware technique that overlaps the execution of multiple instructions by dividing instruction processing into discrete stages — such as f…
Superscalar Architecture
Superscalar architecture is a CPU design that can issue and execute multiple instructions in a single clock cycle by using multiple parallel execution units, g…