Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in calling-convention
Why is GCC with __attribute__((__ms_abi__)) returning values differently than MSVC does?
Oct 27, 2025
c
gcc
x86
calling-convention
abi
Where is the offset of the Y register from the call/stack frame in avr-gcc coming from?
Oct 26, 2025
assembly
avr
calling-convention
avr-gcc
frame-pointer
Why Assembly x86_64 syscall parameters are not in alphabetical order like i386
Oct 22, 2025
assembly
x86
x86-64
cpu-registers
calling-convention
Does the ARM calling convention allow a function to not store LR to the stack?
Oct 22, 2025
assembly
arm
standards
calling-convention
NASM should I pop function argument after calling a function?
Oct 22, 2025
assembly
x86-64
nasm
callstack
calling-convention
What is the "sub $16, %rsp" instruction being used for?
Oct 21, 2025
assembly
gcc
x86-64
calling-convention
Why can't we move directly 1 byte from stack's frame to register?
Oct 21, 2025
gcc
assembly
x86-64
calling-convention
function-parameter
How can one protect a register from being overwritten during a function call?
Oct 20, 2025
c++
c
assembly
calling-convention
Returning a struct in SystemV ABI
Oct 18, 2025
c
assembly
x86-64
calling-convention
abi
Is there any way to save registers before jumping into function?
Oct 20, 2025
c
assembly
visual-c++
x86-64
calling-convention
Linux ARM64 calling convention: What registers need saving by callee?
Oct 16, 2025
linux
arm64
calling-convention
abi
What's the advantage of having nonvolatile registers in a calling convention?
Oct 14, 2025
assembly
x86-64
cpu-architecture
cpu-registers
calling-convention
How C structures get passed to function in assembly?
Sep 21, 2025
c
gcc
assembly
x86-64
calling-convention
Is it possible to change calling convention in gcc for x64?
Sep 21, 2025
c
gcc
compilation
clang
calling-convention
Is the leading underscore for the function names for the __stdcall and __cdecl calling conventions optional?
Sep 16, 2025
c
calling-convention
Linux x64 Calling Convention - Why are the first 6 args at negative offsets from RBP?
Sep 15, 2025
linux
assembly
x86-64
calling-convention
Why should default parameters be added last in C++ functions?
Sep 13, 2025
c++
function
default
calling-convention
__cdecl calling convention not work on msvc x64
Sep 08, 2025
c++
windows
visual-c++
calling-convention
Who is responsible for saving calle-saved registers in MIPS?
Sep 07, 2025
assembly
mips
calling-convention
Why is the __stdcall calling convention ignored in x64?
Sep 07, 2025
c++
visual-c++
x86-64
calling-convention
Older Entries »