PA-RISC Linux Register Conventions

A file in the kernel tree describes the registers specified by the ABI.

A stack frame for a function in the 32-bit runtime looks like this:

   Offset
        [ Variable args ]
   SP = (4*(n+9))       arg word N
   ...
   SP-52                arg word 4
        [ Fixed args ]
   SP-48                arg word 3
   SP-44                arg word 2
   SP-40                arg word 1
   SP-36                arg word 0
        [ Frame marker ]
   ...
   SP-20                RP
   SP-4                 previous SP

RegisterConventions (last edited 2005-06-13 11:10:23 by ThibautVarene)

This page is licensed under a Creative Commons License