[Exspiminator-commits] CVS: exspiminator/docs tutorial.html,1.7,1.8
Status: Alpha
Brought to you by:
nphillips
|
From: Nigel P. <nph...@us...> - 2001-11-22 12:08:03
|
Update of /cvsroot/exspiminator/exspiminator/docs In directory usw-pr-cvs1:/tmp/cvs-serv29304/docs Modified Files: tutorial.html Log Message: Add .set Index: tutorial.html =================================================================== RCS file: /cvsroot/exspiminator/exspiminator/docs/tutorial.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** tutorial.html 2001/11/20 12:00:10 1.7 --- tutorial.html 2001/11/22 12:01:07 1.8 *************** *** 38,41 **** --- 38,42 ---- <tr><td><code>.byte <em>N1, N2, [...] Nn</em></code><td>Stores the least significant byte of the given value(s) into the object code. <tr><td><code>.long <em>N1, N2, [...] Nn</em></code><td>Stores the value(s) into the object code. + <tr><td><code>.set <em>name, value</em></code><td>Allows a value to be referred to by the given name. <tr><td><code>.short <em>N1, N2, [...] Nn</em></code><td>Stores the least significant half word of the given value(s) into the object code. <tr><td><code>.space <em>N</em></code><td>Sets aside space in the object code by inserting <em>N</em> bytes of value 0. |