cvsuser 01/10/30 13:43:40
Modified: docs parrot_assembly.pod
Log:
Added entrytype opcode to fetch the type of the entry on the stack
Revision Changes Path
1.8 +4 -0 parrot/docs/parrot_assembly.pod
Index: parrot_assembly.pod
===================================================================
RCS file: /home/perlcvs/parrot/docs/parrot_assembly.pod,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- parrot_assembly.pod 2001/10/24 19:23:04 1.7
+++ parrot_assembly.pod 2001/10/30 21:43:39 1.8
@@ -468,6 +468,10 @@
Restore register X from the generic stack
+=item entrytype Ix, iy
+
+Put the type of stack entry Y into integer register X
+
=item set_warp string
Sets a named marker for the stacks for later use.