about summary refs log tree commit diff stats
path: root/html/apps/rpn.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-04 23:57:35 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-04 23:57:35 -0800
commit3dda906d2457a6ff577d6fa34274f43529a87dbe (patch)
tree53be9e16f08ca8a2d13c7a74ae429e3eb513c3de /html/apps/rpn.mu.html
parent68a5032ccdd26865ce189b7ccb21e4364848974f (diff)
downloadmu-3dda906d2457a6ff577d6fa34274f43529a87dbe.tar.gz
7335
Diffstat (limited to 'html/apps/rpn.mu.html')
-rw-r--r--html/apps/rpn.mu.html2
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">&lt;-</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">&lt;-</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>