Search code examples
Can programming languages have their own calling conventions?...

assemblyx86-64calling-convention

Read More
how to stop name mangling in Qt class?...

c++qtdllctypescalling-convention

Read More
Is it safe to use `rax` to `jmp` to a function?...

cgccx86-64inline-assemblycalling-convention

Read More
How are C structs returned...

cassemblyx86-64calling-convention

Read More
Should temporary registers be saved before issuing an environment call?...

system-callscalling-conventionriscvrars-simulator

Read More
is this some kind of casting function? if so, why is it __thiscall?...

c++x86reverse-engineeringcalling-convention

Read More
Is passing a DLL function argument with "const" an equivalent to pointer?...

delphidllpass-by-referencecalling-conventionstdcall

Read More
Why is ecx being filled with eax value in MASM?...

x86masmcalling-convention

Read More
Do indirect `call` instructions always point to a function prologue?...

cassemblyx86-64calling-convention

Read More
Calling a C++ function that returns std::string from assembly...

c++assemblyx86-64masmcalling-convention

Read More
x64 argument and return value calling convention...

cassemblyx86-64calling-convention

Read More
Calling convention and stack walking in .NET...

.netwindbgcalling-convention

Read More
RISC-V ecall syscall calling convention on pk/Linux...

system-callscalling-conventionriscv

Read More
Assembly's function parameter...

cassemblycalling-conventionnios

Read More
Assembler program to swap contents of registers...

cassemblysegmentation-faultx86-64calling-convention

Read More
EBP, ESP and stack frame in assembly...

assemblyx86nasmcalling-conventionstack-frame

Read More
Understanding Linux x86_64 Syscall Implementation in NASM...

linuxassemblyx86-64system-callscalling-convention

Read More
libc syscall(), benefits from passing call number?...

linuxassemblysystem-callslibccalling-convention

Read More
Assembly "Hello world" program segmentation fault...

assemblyx86-64calling-convention

Read More
C++ What actually happens in assembly when you return a struct from a function?...

c++assemblyx86-64calling-conventionabi

Read More
Does the prologue of a function can write outside of its frame?...

assemblymipscalling-conventionstack-framestack-pointer

Read More
Why is EAX being cleared before calling a function if I don't include the header?...

cassemblyx86-64calling-convention

Read More
ABI of functions in system libraries...

ccalling-conventionabi

Read More
get a char passed as parameter...

linuxassemblyx86-64nasmcalling-convention

Read More
Calling a function that can be either cdecl or stdcall...

assemblyx86calling-conventionstdcallcdecl

Read More
How does this asm for a stdcall function clean args from the stack?...

cassemblyx86calling-conventionstdcall

Read More
How to resolve the conundrum of calling a function in a custom programming language?...

compiler-constructionvirtual-machineprogramming-languagescalling-convention

Read More
Is there a coding convention to MIPS?...

assemblymipscalling-conventionabimips32

Read More
Accessing function args from the stack relative to EBP while pushing/popping other registers?...

cassemblyx86nasmcalling-convention

Read More
How can I call a Django app from another Python app?...

pythondjangointerfaceintegrationcalling-convention

Read More
BackNext