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
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
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.