DORSETRIGS
Home

calling-convention (4 post)


posts by category not found!

iPhone/ARM calling convention

Understanding the i Phone ARM Calling Convention A Guide for Developers When diving into the world of i Phone development and ARM architecture one critical conc

3 min read 08-10-2024 30
iPhone/ARM calling convention
iPhone/ARM calling convention

tail call optimization with arguments on stack and callee with more arguments than caller

Understanding Tail Call Optimization with Stack Arguments Tail call optimization TCO is an advanced programming technique that can significantly improve the eff

2 min read 22-09-2024 65
tail call optimization with arguments on stack and callee with more arguments than caller
tail call optimization with arguments on stack and callee with more arguments than caller

x86-64 System V abi - argument classification for parameter passing

Demystifying the x86 64 System V ABI Understanding Aggregate Argument Classification The x86 64 System V Application Binary Interface ABI defines the rules for

3 min read 04-09-2024 52
x86-64 System V abi - argument classification for parameter passing
x86-64 System V abi - argument classification for parameter passing

x86 NASM Crash - Iterate over string

Debugging an x86 NASM Crash Iterating over a String This article will delve into a common problem faced by assembly language beginners a program crashing while

3 min read 01-09-2024 45
x86 NASM Crash - Iterate over string
x86 NASM Crash - Iterate over string