Search code examples
Why does rax and rdi work the same in this situation?...

assemblyx86-64undefined-behaviorcalling-convention

Read More
Why doesn't the Windows x64 calling convention use XMM registers to pass more than 4 integer arg...

windowsassemblyx86-64ssecalling-convention

Read More
Why not store function parameters in XMM vector registers?...

assemblyx86parameter-passingx86-64calling-convention

Read More
Function call with more parameters than expected...

cparameter-passingcalling-convention

Read More
Assembly: return value of __p___argv...

assemblyvisual-c++x86argvcalling-convention

Read More
How to fix 'EntryPointNotFoundException'...

c#c++pinvokecalling-convention

Read More
gcc mingw gives garbage output when combining with assembly...

cgccassemblymingwcalling-convention

Read More
Mov and add are doing nothing for some reason...

cassemblycalling-conventionintel-syntax

Read More
How to fix invalid characters which shown in MessageBox in C++ DLL when calling it from Delphi app?...

c++delphidllcalling-convention

Read More
Calling C code from C++ in a CMake project. Undefined symbol. Have extern C...

c++cmakelinkerexterncalling-convention

Read More
How is the stack pointer changed in this program with call and ret...

assemblyx86calling-convention

Read More
OpenWatcom / VisualStudio interoperability in re calling conventions...

c++visual-c++calling-conventionwatcom

Read More
C function calling problems in assembly...

cassemblyx86-64calling-convention

Read More
Why does x86-64 use IA-64 C++ ABI?...

c++x86-64calling-conventionabidesign-decisions

Read More
too many memory references for `mov' when calling a golang function with C by using inline assem...

cgoinline-assemblycalling-convention

Read More
What registers must be preserved by an x86 function?...

assemblyx86calling-convention

Read More
Function pointer casting parameter to void...

c++castingfunction-pointerscalling-conventionreinterpret-cast

Read More
System V AMD64 ABI floating point varargs order...

clinuxassemblycalling-conventionabi

Read More
Why does gcc ignore __attribute__((stdcall))?...

cgcccalling-convention

Read More
MSYS2 GCC zeros out doubles on floating point operations with SSE disabled...

gccx86-64ssecalling-conventionmsys2

Read More
Why there are holes on the stack when passing parameters?...

assemblyx86-64disassemblycalling-convention

Read More
How do registers work as arguments in assembly?...

cassemblyargumentscpu-registerscalling-convention

Read More
Calling convention between MSVC and gcc...

c++visual-c++gcccalling-convention

Read More
CLI calli on x64 calling convention...

c#.netcilcalling-convention

Read More
Should I mention calling conventions in pure virtual functions?...

c++windowscomcalling-convention

Read More
x86-64 order of passing parameters in registers...

cassemblyparametersx86-64calling-convention

Read More
WINAPI identifiers in function declaration C++ in DLL entrypoint function...

c++cwinapidllcalling-convention

Read More
Unexpected calling convention for PInvoke...

c#pinvokecalling-conventionstdcallcdecl

Read More
Are variables that are passed to a function stored in contiguous memory positions?...

cparameter-passingcalling-conventionmemory-layoutcontiguous

Read More
Difference in data alignment in struct vs parameter?...

assemblyalignmentnasmx86-64calling-convention

Read More
BackNext