Quantcast
Channel: x86 Assembly - Programmers Heaven
Viewing all articles
Browse latest Browse all 152

x86 instruction pointer help please!

$
0
0
Hi, I'm currently working on understanding the x86 assembly language. I am currently stuck on understanding this instruction:

mov 0x28e89c (%rip), %eax

I know that rip is the instruction pointer that holds the address of the next instruction and that eax is the destination for whatever 0x28e89c (%rip) is. I assume that the 0x28e89c is an offset of some sort but I don't know how to interpret it. If anyone could help it would be much appreciated, thanks!

Viewing all articles
Browse latest Browse all 152

Trending Articles