Registers
• $rip : Current instruct pointer
• $rdi: First argument
• $rsi, $rdx, $rcx, $R8, $R9: Second, third, forth, fifth and
sixth arguments
• Others will be on stack
Slide 47
Slide 47 text
Registers
• $rip : Current instruct pointer
• $rdi: First argument
• $rsi, $rdx, $rcx, $R8, $R9: Second, third, forth, fifth and
sixth arguments
• Others will be on stack
Slide 48
Slide 48 text
Registers
• $rsp : head of current frame ( head is smaller than
bottom)
• $rbp: bottom of current frame
• $rax: Return register