Re: More calling convention stuff

2003-12-31 Thread Dan Sugalski
At 11:51 AM +0100 12/31/03, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: I've added a new op to the list, foldup, to make unprototyped calls (and some prototyped calls) a bit easier. The syntax is: foldup Px Now, as there is a second (almost duplicate) incarnation, the impl

Re: More calling convention stuff

2003-12-31 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > I've added a new op to the list, foldup, to make unprototyped calls > (and some prototyped calls) a bit easier. The syntax is: >foldup Px Now, as there is a second (almost duplicate) incarnation, the implementation should really be an external subrout

More calling convention stuff

2003-12-27 Thread Dan Sugalski
I've added a new op to the list, foldup, to make unprototyped calls (and some prototyped calls) a bit easier. The syntax is: foldup Px and Px gets a brand new Array PMC, with all the PMC arguments put into it. This includes all the args in PMC registers as well as args in the overflow array.