Search code examples
Register usage in ARM assembly function which is called by a C function...

cgccarmcalling-convention

Read More
Function calling conventions...

c++visual-studio-2012calling-convention

Read More
Pass arguments in edi/esi in SysV ABI...

assemblyx86-64calling-convention

Read More
Can Scala call by reference?...

scalacalling-conventionevaluation-strategy

Read More
How to restore x86-64 register saving conventions...

assemblyx86-64cpu-registerscalling-convention

Read More
Returning a struct in SystemV ABI...

cassemblyx86-64calling-conventionabi

Read More
Is it true that functional languages are intrinsically hard to make interface with non functional la...

functional-programmingcalling-convention

Read More
What is the correct calling convention to use within a bootloader?...

assemblyoperating-systemx86-16bootloadercalling-convention

Read More
Should %rsp be aligned to 16-byte boundary before calling a function in NASM?...

linuxassemblyx86-64memory-alignmentcalling-convention

Read More
gcc output on cygwin using stack space outside stack frame...

assemblygcccygwinx86-64calling-convention

Read More
How to tell gcc to not align function parameters on the stack?...

cassemblygcccalling-convention68000

Read More
Why can a T* be passed in register, but a unique_ptr<T> cannot?...

c++assemblyunique-ptrcalling-conventionabi

Read More
Calling a c-function from jitted code by address...

pythonx86-64jitcalling-convention

Read More
How callee knows, how many args to pop and in which order in x64?...

assemblyx86-64calling-conventionabi

Read More
Why does the Mac ABI require 16-byte stack alignment for x86-32?...

macosmemory-alignmentcallstackcalling-conventionabi

Read More
Where is the return address stored in x64 ms fastcall?...

assemblyx86-64calling-convention

Read More
Trouble returning float value from fpatan assembler function back into c++ program...

c++linuxassemblyx86-64calling-convention

Read More
In x86-64 do we always do pushq when we want to push something on the stack?...

assemblyx86-64calling-conventionatt

Read More
What's safecall?...

delphicalling-convention

Read More
What is stored in $ra before we perform JAL in a recursive function...

functionrecursionassemblymipscalling-convention

Read More
Calling and evolving a function inside of a for loop...

pythonarraysfunctionfor-loopcalling-convention

Read More
Why did additional pointer arguments disappear in assembly?...

gccx86-64reverse-engineeringcalling-conventiondebug-mode

Read More
Why does this REPNE SCASB implementation of strlen work?...

cassemblyx86-64calling-conventionstrlen

Read More
How is a C extension compiled with the correct native calling convention?...

ccpythoncalling-convention

Read More
How does "self-modified link" work in Pegasus programming?...

assemblyreturncalling-conventionretro-computing

Read More
Segmentation fault in assembly when multiplying registers?...

cassemblysegmentation-faultx86-64calling-convention

Read More
Calling an assigned variable created within a function in R, within the same function...

rfunctionassigncalling-convention

Read More
HasThis & ExplicitThis calling conventions...

c#.netreflectionclrcalling-convention

Read More
Why are parameters arranged this way on the stack when a function is called?...

assemblyx86parameter-passingcallstackcalling-convention

Read More
Why does gcc use movl instead of push to pass function args?...

cgccassemblycallstackcalling-convention

Read More
BackNext