Mattia Barbon <[EMAIL PROTECTED]> wrote:
>   Hello,
> crrently argument count is passed in I3. A comment in untils.c
> near foldup says that:

>     TODO - IMCC and PDD 3 aren't yet in conformance.

The TODO is obsolete. IMCC is fixed (at least until it comes to overflow
which isn't handled everywhere).

> so: where is the argument count passed? Please note that I3 is also
> mentioned in compiler FAQ.

  I0 := 0
  I3 := 0..11, P3 := NULL    -  0 .. 11 arguments
  I3 := 11, P3 != NULL       -  +12 arguments

You can use the named variable argcP in PIR code for I3.

> Thanks!
> Mattia

leo

Reply via email to