Instruktionshämtning
Instruktionshämtning, a Swedish term that translates to "instruction fetching," is a fundamental process in computer architecture. It describes the step where the central processing unit (CPU) retrieves the next instruction from memory. This is a crucial part of the instruction cycle, which is the sequence of operations a CPU performs to execute a program.
The process begins when the CPU's program counter (PC) holds the memory address of the instruction to
The efficiency of instruction fetching significantly impacts the overall performance of a computer. Factors such as