[svn:parrot] r38886 - trunk/lib/Parrot/Docs/Section

allison at svn.parrot.org allison at svn.parrot.org
Mon May 18 04:18:03 UTC 2009


Author: allison
Date: Mon May 18 04:18:02 2009
New Revision: 38886
URL: https://trac.parrot.org/parrot/changeset/38886

Log:
[book] Cleaning up a stray reference to the removed Chapter 9 on PASM.

Modified:
   trunk/lib/Parrot/Docs/Section/Parrot.pm

Modified: trunk/lib/Parrot/Docs/Section/Parrot.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Parrot.pm	Mon May 18 02:16:09 2009	(r38885)
+++ trunk/lib/Parrot/Docs/Section/Parrot.pm	Mon May 18 04:18:02 2009	(r38886)
@@ -107,7 +107,6 @@
             $self->new_item( 'Chapter 6 Not Quite Perl', 'docs/book/ch06_nqp.pod'),
             $self->new_item( 'Chapter 7 Dynamic C-level Objects', 'docs/book/ch07_dynpmcs.pod'),
             $self->new_item( 'Chapter 8 Dynamic Opcodes', 'docs/book/ch08_dynops.pod'),
-            $self->new_item( 'Chapter 9 Parrot Assembly Language', 'docs/book/ch09_pasm.pod'),
             $self->new_item( 'Chapter 10 Instruction Reference', 'docs/book/ch10_opcode_reference.pod'),
             $self->new_item( 'Chapter 11 Directive Reference', 'docs/book/ch11_directive_reference.pod'),
             $self->new_item( 'Chapter 12 PIR Operator Reference', 'docs/book/ch12_operator_reference.pod'),


More information about the parrot-commits mailing list