mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-27 16:07:54 +00:00
26 lines
377 B
Plaintext
26 lines
377 B
Plaintext
default.cc=amd64
|
|
|
|
ms=cc
|
|
cc.ms.name=ms
|
|
cc.ms.arg1=rcx
|
|
cc.ms.arg2=rdx
|
|
cc.ms.arg3=r8
|
|
cc.ms.arg3=r9
|
|
cc.ms.argn=stack
|
|
cc.ms.ret=rax
|
|
|
|
amd64=cc
|
|
cc.amd64.name=amd64
|
|
cc.amd64.arg1=rdi
|
|
cc.amd64.arg2=rsi
|
|
cc.amd64.arg3=rdx
|
|
cc.amd64.arg4=rcx
|
|
cc.amd64.arg5=r8
|
|
cc.amd64.arg6=r9
|
|
cc.amd64.arg7=xmm0
|
|
cc.amd64.arg8=xmm1
|
|
cc.amd64.arg9=xmm2
|
|
cc.amd64.arg10=xmm3
|
|
cc.amd64.arg11=xmm4
|
|
cc.amd64.ret=rax
|