Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.55 KB

abi-manuals.md

File metadata and controls

43 lines (28 loc) · 1.55 KB

ABI Manuals

Documentation describing the ABI and assembler manuals for the architectures supported by musl.

Feel free to add links to the missing manuals.

  • x86: ABI ASM

  • x86_64: ABI ABI ASM

  • x86_64-x32 ABI

  • ARM EABI ASM

  • AArch64 EABI ASM

  • MIPS OABI ASM

  • PowerPC ABI ASM

  • Microblaze ABI ASM

  • SuperH ABI [ASM][SuperH-ABI]

  • or1k ABI ASM

a list of links to further SysV ABI documentation can be found here. they've not yet been confirmed to match the ABI used by Linux/musl.

GCC Inline ASM GCC PowerPC inline ASM notes