About
A computer (ie CPU) essentially implements this process:
- reads the instruction pointer,
- fetches the next instruction from a storage device
- decode the instruction
- execute it,
- increments the instruction pointer
- and then goes back to step one.