[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/websites/agilla/isa
getvars.html, 1.1, 1.2 setvars.html, 1.1, 1.2
Chien-Liang Fok
chien-liang at users.sourceforge.net
Wed May 3 09:57:53 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/websites/agilla/isa
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25561/isa
Modified Files:
getvars.html setvars.html
Log Message:
fixed some typeos.
Index: getvars.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/websites/agilla/isa/getvars.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** getvars.html 13 Jan 2006 20:15:12 -0000 1.1
--- getvars.html 3 May 2006 16:57:51 -0000 1.2
***************
*** 51,55 ****
<!-- InstanceBeginEditable name="MainText" -->Retrieves a variable from the heap
and pushes it onto the operand stack. The address of the heap is specified by
! the value on top of the stack. Valid addresses are from 0-16. Note that the variable
remains
in
--- 51,57 ----
<!-- InstanceBeginEditable name="MainText" -->Retrieves a variable from the heap
and pushes it onto the operand stack. The address of the heap is specified by
! the value on top of the stack. Valid addresses are from 0-AGILLA_HEAP_SIZE, which
! is specified
! within <agilla>/types/Agilla.h. Note that the variable
remains
in
***************
*** 60,64 ****
<!-- InstanceBeginEditable name="update" --> <em>This page was last updated
on
! <!-- #BeginDate format:Am1a -->January 10, 2006 1:48 AM<!-- #EndDate -->.</em><!-- InstanceEndEditable -->
<hr>This work is supported by the <a href="http://formal.cs.uiuc.edu/contessa">ONR MURI Project CONTESSA</a>
and the <a href="http://www.nsf.gov/">NSF</a> under grant number CCR-9970939.
--- 62,66 ----
<!-- InstanceBeginEditable name="update" --> <em>This page was last updated
on
! <!-- #BeginDate format:Am1a -->May 3, 2006 11:42 AM<!-- #EndDate -->.</em><!-- InstanceEndEditable -->
<hr>This work is supported by the <a href="http://formal.cs.uiuc.edu/contessa">ONR MURI Project CONTESSA</a>
and the <a href="http://www.nsf.gov/">NSF</a> under grant number CCR-9970939.
Index: setvars.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/websites/agilla/isa/setvars.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** setvars.html 13 Jan 2006 20:15:12 -0000 1.1
--- setvars.html 3 May 2006 16:57:51 -0000 1.2
***************
*** 52,57 ****
<h2>Description</h2>
<!-- InstanceBeginEditable name="MainText" -->Saves a variable on the heap. The
! stop of the stack must contain a value between 0-16 which specifies the heap
! address. The second variable on the stack will be stored on the heap at the specified
address. It overwrites any existing variable stored in the specified
heap
--- 52,68 ----
<h2>Description</h2>
<!-- InstanceBeginEditable name="MainText" -->Saves a variable on the heap. The
! top of the stack must contain a value between 0-AGILLA_HEAP_SIZE, which is specified
! within <agilla>/types/Agilla.h. The
! second
! variable
! on
! the
! stack
! will
! be
! stored
! on
! the heap
! at the specified
address. It overwrites any existing variable stored in the specified
heap
***************
*** 61,65 ****
<!-- InstanceBeginEditable name="update" --> <em>This page was last updated
on
! <!-- #BeginDate format:Am1a -->January 10, 2006 1:48 AM<!-- #EndDate -->.</em><!-- InstanceEndEditable -->
<hr>This work is supported by the <a href="http://formal.cs.uiuc.edu/contessa">ONR MURI Project CONTESSA</a>
and the <a href="http://www.nsf.gov/">NSF</a> under grant number CCR-9970939.
--- 72,76 ----
<!-- InstanceBeginEditable name="update" --> <em>This page was last updated
on
! <!-- #BeginDate format:Am1a -->May 3, 2006 11:52 AM<!-- #EndDate -->.</em><!-- InstanceEndEditable -->
<hr>This work is supported by the <a href="http://formal.cs.uiuc.edu/contessa">ONR MURI Project CONTESSA</a>
and the <a href="http://www.nsf.gov/">NSF</a> under grant number CCR-9970939.
More information about the Tinyos-contrib-commits
mailing list