a RS6000 stack frame

a RS6000 stack frame

Post by Andrzej Kro » Wed, 23 Dec 1992 21:35:54



Hello,

I need some information about RS6000 stack frame. I am trying to use
setjmp and longjmp function (or write own ones [_setjmp _longjmp]) and
I'd like to know a mapof typical stack frame, where are pushed stack pointer,
frame pointer, condition register ... etc. on the stack.
Thanx in advance for help.
Please send answer to email address:

Andrzej Krol
University of Mining & Metallurgy
Institute of Computer Science
Al. Mickiewicza 30
30-059 KRAKOW
POLAND

 
 
 

a RS6000 stack frame

Post by Marc Ausland » Fri, 25 Dec 1992 05:48:12


There is an extended article in info describing the linkage
conventions in some detail.  If you search on subroutine linkage
convention, you should find it easily.


>Hello,
>I need some information about RS6000 stack frame. I am trying to use
>setjmp and longjmp function (or write own ones [_setjmp _longjmp]) and
>I'd like to know a mapof typical stack frame, where are pushed stack pointer,
>frame pointer, condition register ... etc. on the stack.
>Thanx in advance for help.
>Please send answer to email address:

>Andrzej Krol
>University of Mining & Metallurgy
>Institute of Computer Science
>Al. Mickiewicza 30
>30-059 KRAKOW
>POLAND


--