June 2003
Intermediate to advanced
208 pages
8h 40m
English
This is a condensed list of PASM opcodes, sorted alphabetically
for easy reference. For complete details on each opcode and the
latest changes, read docs/core_ops.pod, or look at
all the .ops files in the main Parrot source
directory. We’ve followed a few conventions.
DEST is always the register where the result of
the operation is stored. Sometimes the original value of
DEST is one of the source values.
VAL indicates that the actual value might be a
literal integer, float, or string, or a register containing an
integer, float, string, or PMC. See core.ops for
the combinations allowed with a particular operation.
Read now
Unlock full access