Search code examples
iPhone/ARM calling convention...


iphoneassemblycalling-convention

Read More
Difference between calling convention and order of evaluation of function arguments in C?...


cfunctioncalling-convention

Read More
How exactly does the callstack work?...


assemblycpucallstacklow-levelcalling-convention

Read More
How to access a parameter passed on the stack on entry to a DLL?...


assemblynasmx86-64ctypescalling-convention

Read More
What are callee and caller saved registers?...


assemblycpu-registerscalling-conventionabi

Read More
Why does MSVC never return struct in RAX for member-functions?...


c++assemblyvisual-c++x86-64calling-convention

Read More
Ensuring x64 compliance of custom ASM-function in clang-cl...


c++x86-64inline-assemblycalling-conventionclang-cl

Read More
Calling Rust functions from inline assembly and calling conventions...


crustcalling-convention

Read More
What is __stdcall?...


cwinapicalling-conventionstdcall

Read More
What is difference between callback function and regular function?...


c++winapivisual-c++callbackcalling-convention

Read More
How to avoid infinite loops in a function call in assembly?...


assemblyx86-64infinite-loopcalling-conventionmethod-call

Read More
What registers are preserved through a linux x86-64 function call...


linuxassemblyx86-64calling-conventionabi

Read More
MFC MDI Function calling vs SendMessage. C programmer trying to understand a basic concept...


c++visual-studioclassmfccalling-convention

Read More
How do callee-saved registers work? Who should push the original value onto the stack?...


assemblyx86-64cpu-registerscalling-convention

Read More
What are the calling conventions for UNIX & Linux system calls (and user-space functions) on i38...


linuxassemblyx86-64calling-conventionabi

Read More
ROP - The use of the jmp esp...


assemblyx86buffer-overflowcalling-conventionshellcode

Read More
Why does gcc pass char type in 8 byte format to function assembly...


cassemblygccx86-64calling-convention

Read More
Where is the "%d\n" format string stored and how does GCC pass it to printf on x86-64?...


assemblyx86-64calling-convention

Read More
x86 Assembly subroutines - understanding how to return local var struct using only 1 register...


cassemblyx86x86-64calling-convention

Read More
Saving Status register (EFLAGS) when calling a function...


assemblygccx86calling-conventionstatus-register

Read More
What's the advantage of having nonvolatile registers in a calling convention?...


assemblyx86-64cpu-architecturecpu-registerscalling-convention

Read More
What is the C# equivalent to C++’s “&param” in a method signature?...


c#syntaxoperator-keywordcalling-convention

Read More
How do you call a templated C++ free function from C?...


c++ccalling-conventionfunction-templatesextern-c

Read More
Why does this code print different values compiled by clang and gcc?...


cassemblyx86-64calling-convention

Read More
Pass function as a parameter...


powershellparameter-passingcalling-convention

Read More
What are R10-R15 registers used for in the Windows x64 calling convention?...


assemblyx86-64calling-convention

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


objectrakucalling-convention

Read More
What is the meaning and usage of __stdcall?...


c++windowscalling-convention

Read More
Calling a C function from Assembly -- switching calling convention for functions with more than 6 ar...


cassemblyx86-64nasmcalling-convention

Read More
Why are there so many different calling conventions?...


assemblyhistorylow-levelcalling-convention

Read More
BackNext