过程调用中前6个参数的寄存器顺序

过程调用中前6个参数的寄存器顺序

Content #

x86_64中,过程调用中传递前6个参数所用的寄存器的顺序是怎样的?(Linux)

%rdi %rsi %rdx %rcx %r8 %r9

Viewpoint #

From #