Lesley's Digital Garden

Home

❯

Notes

❯

Application Binary Interface

Application Binary Interface

Feb 08, 2025

  • parent : system programming
  • computing/system/abi

Application Binary Interface (ABI) specifies details such as calling conventions and the layout of data types in memory. When using the same ABI, different object files or shared libraries can link together without requiring access to the source code.

Subsections

  • calling conventions
  • caller-saved and callee-saved registers
  • stack and frame pointers

Examples

  • System V ABI

Graph View

  • Subsections
  • Examples

Backlinks

  • machine languages and bytecodes
  • system programming

Created with Quartz v4.5.2 © 2026. All notes are written in Obsidian.

  • GitHub Repository
  • Mastodon