<<< ESP Stack Pointer Register | Index | EFLAGS Register >>> |
The EIP register always contains the address of the next instruction to be executed.
You cannot directly access or change the instruction pointer.
However, instructions that control program flow, such as calls, jumps, loops, and interrupts, automatically change the instruction pointer.
<<< ESP Stack Pointer Register | Index | EFLAGS Register >>> |