Dominic Sweetman wrote: [snip] > So we're proposing: > > o The register name<->number mapping is that of n64. > > o Calling convention: register-, not slot-based. Each argument is > represented by a register value. Arguments 0-7 travel in registers > a0-7 (or fa0-7 as required for floating point types). This suggests to have no fp temporaries left: fv0-1, fa0-7, fs0-5. Is this intentional? Thiemo