Utasításlekérdezés
Utasításlekérdezés, often translated as instruction fetching, is a fundamental process in computer architecture. It refers to the retrieval of the next instruction from memory that the central processing unit (CPU) will execute. This is a critical step in the instruction cycle, which is the sequence of operations a CPU performs to execute a program.
The process typically begins with the program counter (PC), a special register within the CPU that holds
After the instruction is fetched, it is usually placed in an instruction register (IR) within the CPU.