[svn:parrot] r37529 - trunk/docs/pdds

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 17 19:56:39 UTC 2009


Author: allison
Date: Tue Mar 17 19:56:38 2009
New Revision: 37529
URL: https://trac.parrot.org/parrot/changeset/37529

Log:
[cage] Rewrap lines to fix coding standards tests.

Modified:
   trunk/docs/pdds/pdd13_bytecode.pod

Modified: trunk/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- trunk/docs/pdds/pdd13_bytecode.pod	Tue Mar 17 19:52:19 2009	(r37528)
+++ trunk/docs/pdds/pdd13_bytecode.pod	Tue Mar 17 19:56:38 2009	(r37529)
@@ -184,11 +184,10 @@
   |        |        |    n = u % 16 ? 16 - (u % 16) : 0                      |
   +--------+--------+--------------------------------------------------------+
 
-Everything beyond the header is an opcode, with word length and byte ordering as
-defined in the header.
-If the word length and byte ordering of the machine that is reading the PBC file
-do not match these, it needs to transform the words making up the rest of the
-packfile.
+Everything beyond the header is an opcode, with word length and byte ordering
+as defined in the header.  If the word length and byte ordering of the machine
+that is reading the PBC file do not match these, it needs to transform the
+words making up the rest of the packfile.
 
 =over 4
 
@@ -359,7 +358,8 @@
 =head4 Bytecode Segment
 
 This segment has no additional headers. It stores a stream of instructions in
-bytecode format, with the length given in the last field of the segment header.
+bytecode format, with the length given in the last field of the segment
+header.
 
 Instructions have variable length. Each instruction starts with an operation
 code (opcode).


More information about the parrot-commits mailing list