Search code examples
Does the ARM calling convention allow a function to not store LR to the stack?...

assemblyarmstandardscalling-convention

Read More
How do I acess the value of the last parameter of a function, given that the first two parameters ar...

assemblyx86gnu-assemblercalling-conventionatt

Read More
What happens to %rax after an empty return statement in a void function?...

assemblyx86-64calling-convention

Read More
NASM should I pop function argument after calling a function?...

assemblyx86-64nasmcallstackcalling-convention

Read More
Get informations from decompiled ASM...

assemblyreverse-engineeringcalling-conventionghidra

Read More
How to use data stored in register when calling scanf in nasm assembly...

assemblynasmx86-64calling-convention

Read More
Accessing pushed args after calling a routine...

assemblyx86nasmx86-16calling-convention

Read More
Purpose of rdi register for no argument function...

c++assemblyx86-64calling-conventionabi

Read More
Why getting error 24: too may file descriptor opened in asm...

linuxx86-64nasmcalling-convention

Read More
Why does Golang only save %rsp, %rip and %rbp(no other callee-saved registers) when switch context?...

gox86-64goroutinecalling-conventioncontext-switch

Read More
Windows32 API: "mov edi,edi" on function entry?...

windowsx86calling-conventionseh

Read More
Why is stack memory allocated when it is not used?...

c++code-generationcalling-conventionabistack-allocation

Read More
Function hook crashes unless certain registers are used...

c++visual-c++x86inline-assemblycalling-convention

Read More
How to get an argument from stack in x64 assembly?...

c++assemblystackx86-64calling-convention

Read More
reverse string in arm...

cassemblyarmcalling-convention

Read More
Clarion 6.3 DLL, *CSTRING parameter exporte function - adds an invisible parameter?...

stringdllcalling-conventionstdcallclarion

Read More
How can I get a string from the global atom table?...

windowsassemblyx86nasmcalling-convention

Read More
msvc 2017 x64 register preservation...

windowsassemblyvisual-c++ssecalling-convention

Read More
Why Assembly x86_64 syscall parameters are not in alphabetical order like i386...

assemblyx86x86-64cpu-registerscalling-convention

Read More
Changing calling convention in gcc/g++ abi...

gccassemblyx86-64calling-conventionabi

Read More
How to Access First Parameter of scanf Call in Assembly?...

assemblyscanfx86-64nasmcalling-convention

Read More
How to pass variables to a external assembly function...

cassemblymemoryx86calling-convention

Read More
How do C compilers implement functions that return large structures?...

ccompiler-optimizationcalling-conventionabicompiler-theory

Read More
Is it possible within a function to get the memory address of the variable initialized by the return...

creturn-valueinline-assemblycalling-convention

Read More
Why do we have to dereference stdout here?...

assemblyx86nasmcalling-conventionfputs

Read More
Passing parameters and return values for a subroutine in assembly...

assemblyarmcalling-convention

Read More
Passing an array as argument to a x86 function from C...

cassemblyx86nasmcalling-convention

Read More
Nasm - Winapi functions that do not pop their parameters...

winapiassemblyx86calling-conventionmsvcrt

Read More
Where exactly is the red zone on x86-64?...

assemblyx86-64calling-conventionabired-zone

Read More
Assembly pass pointer to function...

assemblyx86libccalling-conventionfasm

Read More
BackNext