comparison 10/ecl.xml @ 5:b3644dff344c

Way too much changes. :/
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 22 Aug 2011 20:30:51 +0200
parents f82309a9465e
children 2925b0e246c6
comparison
equal deleted inserted replaced
4:617e7760fd9f 5:b3644dff344c
10 </op> 10 </op>
11 11
12 <op> 12 <op>
13 <num>1</num> 13 <num>1</num>
14 <name>return</name> 14 <name>return</name>
15 <desc>A <i>return</i> instruction.</desc> 15 <desc>A return instruction.</desc>
16 </op> 16 </op>
17 17
18 <op> 18 <op>
19 <num>10</num> 19 <num>10</num>
20 <name>return</name> 20 <name>return</name>
21 <desc>A <i>return</i> instruction.</desc> 21 <desc>A return instruction.</desc>
22 </op> 22 </op>
23 23
24 <op> 24 <op>
25 <num>11</num> 25 <num>11</num>
26 <params> 26 <params>
33 <ol> 33 <ol>
34 <li>That the data is of float type. (0x6666)</li> 34 <li>That the data is of float type. (0x6666)</li>
35 <li>That the data is of integer type, but is used as a float type. (0x6669)</li> 35 <li>That the data is of integer type, but is used as a float type. (0x6669)</li>
36 <li>That the data is of integer type. (0x6969)</li> 36 <li>That the data is of integer type. (0x6969)</li>
37 </ol> 37 </ol>
38 <p>In the current syntax this is represented by prefixing the data with either <strong>(int)</strong> or <strong>(float)</strong>.</p> 38 <p>In the current syntax this is represented by prefixing the data with either (int) or (float).</p>
39 <p>The parameters seem to end up on the stack of the called subroutine.</p> 39 <p>The parameters seem to end up on the stack of the called subroutine.</p>
40 </desc> 40 </desc>
41 </op> 41 </op>
42 42
43 <op> 43 <op>
256 <desc>Decrements the value passed and pushes its old value onto the arithmetic stack.</desc> 256 <desc>Decrements the value passed and pushes its old value onto the arithmetic stack.</desc>
257 </op> 257 </op>
258 258
259 <op> 259 <op>
260 <num>79</num> 260 <num>79</num>
261 <p><i>Takes no parameters.</i> </p>
262 </op> 261 </op>
263 262
264 <op> 263 <op>
265 <num>81</num> 264 <num>81</num>
266 <params> 265 <params>