First page Back Continue Last page Summary Graphic
Instruction Pointer
CPU also has another register that contains the address of the next instruction in memory to execute.
- Instruction - meaning a compiled or machine language instruction.
- IP is maintained and managed by the CPU and is also "transparent" to C++ programmer.
Why discuss these if you don't see them?
- They help to explain how a function works!