Author: allison
Date: Tue Feb 27 13:45:44 2007
New Revision: 17208

Modified:
   trunk/docs/pdds/draft/pdd06_pasm.pod

Log:
[pdd]: Minor text changes to PASM PDD.


Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod        (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod        Tue Feb 27 13:45:44 2007
@@ -7,14 +7,14 @@
 
 =head1 ABSTRACT
 
-This PDD describes the format of Parrot's bytecode assembly language.
+The format of Parrot's bytecode assembly language.
 
 =head1 DESCRIPTION
 
 Parrot's bytecode can be thought of as a form of machine language for a virtual
 super CISC machine. It makes sense, then, to define an assembly language for it
 for those people who may need to generate bytecode directly, rather than
-indirectly via the perl (or any other) language.
+indirectly through a high-level language.
 
 {{ NOTE: out-of-date and incomplete. It seems that it would be more
 useful as a specification of the format of PASM than as a comprehensive

Reply via email to