Instruction Pointer
Learn about instruction pointers in the RIP register.
We'll cover the following...
Working with RIP
registers
We’ve used the stepwise (si
) instructions. Consider the two highlighted execution steps in the illustration below.
The kernel is running on movl $0x1, (%rbx)
. This means 1
...