[Avida-SVN] r2746 - development/documentation/glossary

baer at myxo.css.msu.edu baer at myxo.css.msu.edu
Sat Aug 23 08:04:53 PDT 2008


Author: baer
Date: 2008-08-07 10:53:55 -0400 (Thu, 07 Aug 2008)
New Revision: 2746

Modified:
   development/documentation/glossary/help.Stack.html
Log:

Trying to trigger buildbot.



Modified: development/documentation/glossary/help.Stack.html
===================================================================
--- development/documentation/glossary/help.Stack.html	2008-08-07 14:20:07 UTC (rev 2745)
+++ development/documentation/glossary/help.Stack.html	2008-08-07 14:53:55 UTC (rev 2746)
@@ -2,5 +2,7 @@
 <title>CPU Components : Stack</title>
 
 <h1>Stack</h1>
-
-Each <a href="help.CPU.html">CPU</a>  in avida has two stacks used for storage of numbers. The <a href="help.push.html">push</a>  and <a href="help.pop.html">pop</a>  instructions are used to move numbers between the <a href="help.Registers.html">registers</a>  and the stack, and the <a href="help.swap-stk.html">swap-stk</a>  instruction toggles the active stack in use.
+<P>
+Each classic <a href="help.CPU.html">CPU</a> in Avida has two stacks used for storage of numbers. The <a href="help.push.html">push</a>  and <a href="help.pop.html">pop</a>  instructions are used to move numbers between the <a href="help.Registers.html">registers</a>  and the stack, and the <a href="help.swap-stk.html">swap-stk</a>  instruction toggles the active stack in use.
+</P>
+</html>




More information about the Avida-cvs mailing list