Discussion:
rip-relative effective address calculation
(too old to reply)
G G
2019-06-14 10:06:28 UTC
Permalink
Memory Address Machine Code instruction
00007ff8a06490 48 8b 05 f9 67 00 00 mov rax,[Val]
RIP ---> 00007ff778a06497 48 03 c1 add rax,rcx





how does the rip-relative effective address calculation take place
and what is it?
G G
2019-06-15 17:51:55 UTC
Permalink
Post by G G
Memory Address Machine Code instruction
00007ff8a06490 48 8b 05 f9 67 00 00 mov rax,[Val]
RIP ---> 00007ff778a06497 48 03 c1 add rax,rcx
how does the rip-relative effective address calculation take place
and what is it?
00007ff778a06497 + f9 67 00 00


00007ff778a0cc90


88 13 00 00 00 00 00 00
____________________________
Val = 5000

Loading...