Re: error in parrot assembly description set_global

2003-04-02 Thread Leopold Toetsch
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

error in parrot assembly description set_global

2003-04-01 Thread K Stol
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