[svn:parrot] r38105 - trunk/docs/book

Util at svn.parrot.org Util at svn.parrot.org
Tue Apr 14 14:22:33 UTC 2009


Author: Util
Date: Tue Apr 14 14:22:33 2009
New Revision: 38105
URL: https://trac.parrot.org/parrot/changeset/38105

Log:
[book] PASM Quick Reference - Removed old dotgnu.ops opcodes

Modified:
   trunk/docs/book/ch13_reference.pod

Modified: trunk/docs/book/ch13_reference.pod
==============================================================================
--- trunk/docs/book/ch13_reference.pod	Tue Apr 14 14:16:33 2009	(r38104)
+++ trunk/docs/book/ch13_reference.pod	Tue Apr 14 14:22:33 2009	(r38105)
@@ -512,17 +512,6 @@
 
 I<Arguments: SR, S or SR, S, S or P, P, S or P, P, P>
 
-=head3 conv_*
-
-  conv_i1     R<DEST>, R<VAL>
-  conv_i1_ovf R<DEST>, R<VAL>
-
-Convert value to integer or number of given type C<i1>, C<i2>, C<i4>, C<i8>,
-C<u1>, C<u2>, C<u4>, C<r4>, C<r8>. C<i> corresponds to a signed integer,
-C<u> to an unsigned integer and C<r> to a float; the number indicates the
-size (in bytes) of the type. The variants with C<_ovf> throw an exception
-if the conversion would overflow.
-
 =head3 cos
 
 X<cos opcode (PASM)>


More information about the parrot-commits mailing list