C - w0rth.dev
n3tw0rth

C

CISC

Definition: Complex Instruction Set Computer. Architecture with large, varied instruction set. Single instructions perform multi-step operations (e.g. load+compute+store).

Example: x86. One instruction MUL [mem], reg multiplies a register by a value fetched directly from memory — no separate load instruction needed.

Related Terms: RISC