1[/ 2 Copyright Oliver Kowalke 2014. 3 Distributed under the Boost Software License, Version 1.0. 4 (See accompanying file LICENSE_1_0.txt or copy at 5 http://www.boost.org/LICENSE_1_0.txt 6] 7 8[section:reference Reference] 9 10[heading ARM] 11 12* AAPCS ABI: Procedure Call Standard for the ARM Architecture 13* AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement 14 15 16[heading MIPS] 17 18* O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement 19 20 21[heading PowerPC32] 22 23* SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement 24 25 26[heading PowerPC64] 27 28* SYSV ABI: PowerPC User Instruction Set Architecture, Book I 29 30 31[heading X86-32] 32 33* SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement 34* MS PE: [@http://msdn.microsoft.com/en-us/library/k2b2ssfy.aspx Calling Conventions] 35 36 37[heading X86-64] 38 39* SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement 40* MS PE: [@http://msdn.microsoft.com/en-us/library/7kcdt6fy%28VS.80%29.aspx x64 Software Conventions] 41 42 43[endsect] 44