Skip to content

Lexicon Entry

System V ABI

The calling convention used on Linux and macOS for x86-64. It defines register usage for arguments (RDI, RSI, RDX, RCX, R8, R9) and return values (RAX).

Related Knowledge & Cross-References

Guide

x86-64 & ARM64 Calling Conventions Demystified

Learn x86-64 and ARM64 calling conventions across Linux, macOS, and Windows. Master parameter passing, stack frames, and register preservation with hands-on assembly examples.

Guide

Assembly Hello World: A Cross-Platform Syscall Deep Dive

Master assembly syscalls across Linux & macOS for x86-64 and ARM64 architectures. This comprehensive assembly syscall tutorial provides working code examples for write and exit syscalls.