Benjamin Goldberg <[EMAIL PROTECTED]> wrote: > I would suggest the opnames/categories "mutate," "alias," and "create."
IMHO, we could leave PASM syntax as it is and create opcode aliases inside the assembler ... > I believe that the most in^H^H logical shorthand spellings of these > opcodes would be ":=", "=", and "<==", for alias, mutate, and create, > respectively. But what I really want to have is these in the PIR code (except for the "create" one, which is: $P0 = new PerlInt With an underlying create op, that does assign a value too, it could then be $P0 = new PerlInt (42) or something. leo