Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in calling-convention

Why does the Windows x64 calling convention require XMM (FP) args copied to integer registers, for variadic functions like printf?

Is there a list of registers used by different x86_64 operations and C std lib functions somewhere?

Unable to understand example of cdecl calling convention where caller doesnt need to clean the stack

Why is the AL field (FP register usage count) necessary in the SysV ABI?

MIPS registers preservation

Stack arguments are disappearing in assembly using C calling convention

How to get the `< ... >` syntax on an object?

Is it safe to call a function after casting it to a void return type?

Calling C function which takes no parameters with parameters

Compiler ignore __stdcall

What does "aligning the stack" mean in assembly?

Could a callee directly access a stack variable in the caller without pointers in theory?

Which calling convention is used for functions exported via .def file?

Why does using the %ebx register cause a segmentation fault in my assembly code

Consequence of violating macOS's ARM64 calling convention

StackImbalance MDA exception using stdcall calling conversion on both sides

Why does GObject method still get called even if callback arguments don't match those in XML?

replaced C function with assembly, now segfaulting after main exits [duplicate]