[svn:parrot] r47584 - trunk/docs/pdds/draft

coke at svn.parrot.org coke at svn.parrot.org
Sun Jun 13 01:29:22 UTC 2010


Author: coke
Date: Sun Jun 13 01:29:21 2010
New Revision: 47584
URL: https://trac.parrot.org/parrot/changeset/47584

Log:
Document the 100 register limit in PASM.

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

Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod	Sun Jun 13 01:02:26 2010	(r47583)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod	Sun Jun 13 01:29:21 2010	(r47584)
@@ -84,7 +84,9 @@
 PC.
 
 All registers have a type prefix of P, S, I, or N, for PMC, string, integer,
-and number respectively.
+and number respectively. While parrot bytecode does not have a fixed limit
+on the number of registers, PASM has an implementation limit on the number of
+addressable registers of each type, currently set at 100 (0-99).
 
 =head2 Assembly Syntax
 


More information about the parrot-commits mailing list