cvsuser 01/10/31 08:51:42
Modified: docs parrot_assembly.pod
Log:
Moved includes out of core.ops and into parrot.h where they belong (suitably
guarded with #ifdefs). Also some updates to parrot_assembly.pod
Revision Changes Path
1.9 +11 -3 parrot/docs/parrot_assembly.pod
Index: parrot_assembly.pod
===================================================================
RCS file: /home/perlcvs/parrot/docs/parrot_assembly.pod,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- parrot_assembly.pod 2001/10/30 21:43:39 1.8
+++ parrot_assembly.pod 2001/10/31 16:51:42 1.9
@@ -637,6 +637,8 @@
=head2 I/O operations
+Reads and writes read and write records, for some value of record.
+
=over 4
=item new_fh px
@@ -652,9 +654,17 @@
Issue a read on the filehandle in Y, and put the result in PMC
X.
+=item write px, sy
+
+Write the string Y to filehandle X
+
+=item wait px
+
+Wait for the I/O operation on filehandle X to finish
+
=item readw px, py
-=item write px, sy
+
=item writew px, sy
@@ -663,8 +673,6 @@
=item seekw px, ty
=item tell tx, py
-
-=item wait px
=back