PPC Calling conventions

From Free Pascal wiki
Revision as of 02:54, 10 December 2003 by FPK (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.