K Stol wrote:
Hello,
In parrot_assembly.pod is the instruction "set_global" defined as:
store_global Px, sy
Store X in the default global symbol table with a name of Y.
Yep. But this is not the only flaw in this file. Many opcodes are either
outdated or not yet implemented (I'm not always su
Hello,
In parrot_assembly.pod is the instruction "set_global" defined as:
store_global Px, sy
Store X in the default global symbol table with a name of Y.
However, in core.ops the definition is:
op store_global(in STR, in PMC)
I think the order of the parameters in the description should be c