instrukciókészlet
The instruction set, often abbreviated as ISA (Instruction Set Architecture), is the fundamental interface between a computer's hardware and its software. It defines the set of primitive commands that a central processing unit (CPU) can understand and execute. These commands, known as instructions, dictate operations such as arithmetic calculations, data movement, logical operations, and control flow.
Each instruction in the ISA is typically represented by a specific binary code, known as an opcode,
Different CPU architectures have different instruction sets. For example, x86, commonly found in personal computers, has