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
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
How to access delphi open array parameter in inline assembly
Mar 20, 2023
delphi
assembly
delphi-7
inline-assembly
calling-convention
Why does eax contain the number of vector parameters?
Mar 07, 2023
assembly
x86-64
calling-convention
abi
sysv
Why doesn't the Windows x64 calling convention use XMM registers to pass more than 4 integer args?
Feb 26, 2023
windows
assembly
x86-64
sse
calling-convention
Why "Procedure Call Standard for the ARM Architecture" (AAPCS) requires SP to be 8-byte aligned?
Feb 15, 2023
assembly
arm
calling-convention
abi
stack-pointer
Why does x86-64 use IA-64 C++ ABI?
Jan 27, 2023
c++
x86-64
calling-convention
abi
design-decisions
different programming language and calling convention
Jan 19, 2023
c++
python
c
calling-convention
What is the Windows RT on ARM native code calling convention?
Dec 23, 2022
c++
winapi
windows-runtime
arm
calling-convention
What prevents the callee from cleaning up the stack?
Dec 22, 2022
assembly
theory
calling-convention
When using PInvoke, why use __stdcall?
Dec 18, 2022
c++
pinvoke
calling-convention
function-declaration
stdcall
Calling printf in extended inline ASM
Dec 15, 2022
gcc
printf
x86-64
inline-assembly
calling-convention
Why isn't PInvoke crashing in case of violated calling convention (in .NET 3.5)?
Dec 09, 2022
.net
pinvoke
calling-convention
stdcall
cdecl
What calling convention should I use to make things portable?
Sep 04, 2025
c
assembly
x86
calling-convention
cpuid
Older Entries »