about summary refs log tree commit diff stats
path: root/html/rpn.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/rpn.mu.html')
-rw-r--r--html/rpn.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/rpn.mu.html b/html/rpn.mu.html
index 28ba33c3..d6f10d20 100644
--- a/html/rpn.mu.html
+++ b/html/rpn.mu.html
@@ -183,7 +183,7 @@ if ('onhashchange' in window) {
 <span id="L125" class="LineNr">125 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='rpn.mu.html#L57'>int-stack</a>) <span class="Special">&lt;-</span> copy _self
 <span id="L126" class="LineNr">126 </span>  <span class="PreProc">var</span> top-addr/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
 <span id="L127" class="LineNr">127 </span>  <span class="PreProc">var</span> data-ah/<span class="Constant">edx</span>: (addr handle array int) <span class="Special">&lt;-</span> get self, data
-<span id="L128" class="LineNr">128 </span>  <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array int) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L226'>lookup</a> *data-ah
+<span id="L128" class="LineNr">128 </span>  <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array int) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *data-ah
 <span id="L129" class="LineNr">129 </span>  <span class="PreProc">var</span> top/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> copy *top-addr
 <span id="L130" class="LineNr">130 </span>  <span class="PreProc">var</span> dest-addr/<span class="Constant">edx</span>: (addr int) <span class="Special">&lt;-</span> index data, top
 <span id="L131" class="LineNr">131 </span>  <span class="PreProc">var</span> val/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy _val
@@ -201,7 +201,7 @@ if ('onhashchange' in window) {
 <span id="L143" class="LineNr">143 </span>  <span class="Delimiter">}</span>
 <span id="L144" class="LineNr">144 </span>  subtract-from *top-addr, <span class="Constant">1</span>
 <span id="L145" class="LineNr">145 </span>  <span class="PreProc">var</span> data-ah/<span class="Constant">edx</span>: (addr handle array int) <span class="Special">&lt;-</span> get self, data
-<span id="L146" class="LineNr">146 </span>  <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array int) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L226'>lookup</a> *data-ah
+<span id="L146" class="LineNr">146 </span>  <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array int) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *data-ah
 <span id="L147" class="LineNr">147 </span>  <span class="PreProc">var</span> top/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> copy *top-addr
 <span id="L148" class="LineNr">148 </span>  <span class="PreProc">var</span> result-addr/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> index data, top
 <span id="L149" class="LineNr">149 </span>  <span class="PreProc">var</span> val/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy *result-addr