Difference between revisions of "PPC Calling conventions"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
The PowerPC uses the standard AIX or SysV calling conventions.
+
The [[PowerPC]] uses the standard AIX or SysV calling conventions.
  
 
SysV calling conventions are described in
 
SysV calling conventions are described in

Latest revision as of 00:44, 28 November 2016

The PowerPC uses the standard AIX or SysV calling conventions.

SysV calling conventions are described in

SYSTEM V APPLICATION BINARY INTERFACE
PowerPC Processor Supplement by
Steve Zucker, SunSoft
Kari Karhi, IBM

Methods

Self is passed in r3.

Nested functions

The parent frame pointer is passed in r3.