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 changed to: store_global sy, Px Store X in the default global symbol table with a name of Y. Klaas-Jan