PMC opcodes
Each opcode on a PMC is virtualizable according to the target object:
new $P0, 'Integer' assign $P0, 3 new $P0, 'Array' assign $P0, 3 new $P0, 'String' assign $P0, 3 new $P0, 'BigInt' assign $P0, 3
Parrot | Parrot Compiler Toolkit | #12 |
Each opcode on a PMC is virtualizable according to the target object:
new $P0, 'Integer' assign $P0, 3 new $P0, 'Array' assign $P0, 3 new $P0, 'String' assign $P0, 3 new $P0, 'BigInt' assign $P0, 3
Copyright © 2008 Patrick Michaud http://www.pmichaud.com/2008/pres/ |