About
Fetch is a step in the the cycle of an instruction.
Articles Related
Steps
The processor fetches instructions from the code segment, using a logical address that consists of:
- the segment selector in the CS register
- and the contents of the EIP register.
It will reverse the bytes if the memory is stored as endian.