Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 283 Bytes

File metadata and controls

32 lines (18 loc) · 283 Bytes

Question 7

What are the main general purpose registers of Intel 64?

Answer

Here is the full list (16 general purpose registers):

  • rax
  • rbx
  • rcx
  • rdx
  • rdi
  • rsi
  • rbp
  • rsp
  • r8
  • r9
  • ...
  • r14
  • r15

prev +++ next