diff options
Diffstat (limited to 'html/apps/rpn.mu.html')
-rw-r--r-- | html/apps/rpn.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/rpn.mu.html b/html/apps/rpn.mu.html index d1894cf0..e28af2e0 100644 --- a/html/apps/rpn.mu.html +++ b/html/apps/rpn.mu.html @@ -121,7 +121,7 @@ if ('onhashchange' in window) { <span id="L63" class="LineNr"> 63 </span> <span class="PreProc">var</span> stack/<span class="Constant">esi</span>: (addr <a href='rpn.mu.html#L54'>int-stack</a>) <span class="SpecialChar"><-</span> address stack-storage <span id="L64" class="LineNr"> 64 </span> <a href='rpn.mu.html#L113'>initialize-int-stack</a> stack, <span class="Constant">0x10</span> <span id="L65" class="LineNr"> 65 </span> $simplify:word-loop: <span class="Delimiter">{</span> -<span id="L66" class="LineNr"> 66 </span> <a href='../127next-word.subx.html#L10'>next-word</a> in, word +<span id="L66" class="LineNr"> 66 </span> <a href='../127next-word.subx.html#L11'>next-word</a> in, word <span id="L67" class="LineNr"> 67 </span> <span class="PreProc">var</span> done?/<span class="Constant">eax</span>: boolean <span class="SpecialChar"><-</span> <a href='../123slice.subx.html#L9'>slice-empty?</a> word <span id="L68" class="LineNr"> 68 </span> compare done?, <span class="Constant">0</span> <span id="L69" class="LineNr"> 69 </span> <span class="PreProc">break-if-!=</span> |