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
Purpose of rdi register for no argument function
Jul 23, 2026
c++
assembly
x86-64
calling-convention
abi
What's the best way to remember the x86-64 System V arg register order?
Jul 18, 2026
assembly
x86-64
cpu-registers
calling-convention
abi
Accessing function args from the stack relative to EBP while pushing/popping other registers?
Jul 17, 2026
c
assembly
x86
nasm
calling-convention
LINKER script GCC how to avoid veneer call
Jul 17, 2026
c
linker
calling-convention
binutils
linker-scripts
RISC-V assembly - stack layout - function call
Jul 06, 2026
c
assembly
calling-convention
riscv
stack-frame
Passing structs by-value in LLVM IR
Jun 30, 2026
llvm
llvm-ir
pass-by-value
calling-convention
Why modern calling conventions pass variadic arguments in registers?
Jun 26, 2026
c
assembly
x86-64
arm64
calling-convention
Why does printf still work with RAX lower than the number of FP args in XMM registers?
Jun 25, 2026
linux
assembly
x86-64
nasm
calling-convention
Stack cleanup in stdcall (callee-pops) for variable arguments
Jun 20, 2026
assembly
x86
variadic-functions
calling-convention
Why does this REPNE SCASB implementation of strlen work?
Jun 12, 2026
c
assembly
x86-64
calling-convention
strlen
Calling conventions with composite date types
Jun 11, 2026
c++
c
gcc
x86
calling-convention
Passing 128 bit register to C function from Assembly [duplicate]
May 30, 2026
c
assembly
x86-64
calling-convention
att
return-to-libc exploit : where to provide arguments for system() call?
May 18, 2026
security
unix
calling-convention
shellcode
Why make some registers caller-saved and others callee-saved? Why not make the caller save everything it wants saved?
May 15, 2026
assembly
cpu-registers
calling-convention
riscv
What kind of C11 data type is an array according to the AMD64 ABI
May 12, 2026
c
assembly
types
x86-64
calling-convention
Why "long long" arguments need to "aligned even-odd register pair" in RISC-V
May 09, 2026
assembly
calling-convention
riscv
Why does the Windows x64 calling convention require XMM (FP) args copied to integer registers, for variadic functions like printf?
May 04, 2026
windows
assembly
floating-point
x86-64
calling-convention
Is there a list of registers used by different x86_64 operations and C std lib functions somewhere?
May 03, 2026
assembly
x86-64
nasm
calling-convention
Older Entries »