about summary refs log tree commit diff stats
path: root/html/apps/tile/grapheme-stack.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/tile/grapheme-stack.mu.html')
-rw-r--r--html/apps/tile/grapheme-stack.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/apps/tile/grapheme-stack.mu.html b/html/apps/tile/grapheme-stack.mu.html
index 6beded15..fea2d996 100644
--- a/html/apps/tile/grapheme-stack.mu.html
+++ b/html/apps/tile/grapheme-stack.mu.html
@@ -234,18 +234,18 @@ if ('onhashchange' in window) {
 <span id="L176" class="LineNr">176 </span>  <span class="PreProc">var</span> data/<span class="Constant">edx</span>: (addr array grapheme) <span class="SpecialChar">&lt;-</span> copy _data
 <span id="L177" class="LineNr">177 </span>  <span class="PreProc">var</span> top-addr/<span class="Constant">ecx</span>: (addr int) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> self, <a href='../../203stack.subx.html#L338'>top</a>
 <span id="L178" class="LineNr">178 </span>  <span class="PreProc">var</span> i/<span class="Constant">ebx</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
-<span id="L179" class="LineNr">179 </span>  <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="SpecialChar">&lt;-</span> copy <span class="Constant">1</span>  <span class="muComment"># true</span>
+<span id="L179" class="LineNr">179 </span>  <span class="PreProc">var</span> <a href='data.mu.html#L70'>result</a>/<span class="Constant">eax</span>: boolean <span class="SpecialChar">&lt;-</span> copy <span class="Constant">1</span>  <span class="muComment"># true</span>
 <span id="L180" class="LineNr">180 </span>  $grapheme-stack-is-integer?:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
 <span id="L181" class="LineNr">181 </span>    compare i, *top-addr
 <span id="L182" class="LineNr">182 </span>    <span class="PreProc">break-if-&gt;=</span>
 <span id="L183" class="LineNr">183 </span>    <span class="PreProc">var</span> g/<span class="Constant">edx</span>: (addr grapheme) <span class="SpecialChar">&lt;-</span> index data, i
-<span id="L184" class="LineNr">184 </span>    result <span class="SpecialChar">&lt;-</span> <a href='../../126write-int-decimal.subx.html#L306'>is-decimal-digit?</a> *g
-<span id="L185" class="LineNr">185 </span>    compare result, <span class="Constant">0</span>  <span class="muComment"># false</span>
+<span id="L184" class="LineNr">184 </span>    <a href='data.mu.html#L70'>result</a> <span class="SpecialChar">&lt;-</span> <a href='../../126write-int-decimal.subx.html#L306'>is-decimal-digit?</a> *g
+<span id="L185" class="LineNr">185 </span>    compare <a href='data.mu.html#L70'>result</a>, <span class="Constant">0</span>  <span class="muComment"># false</span>
 <span id="L186" class="LineNr">186 </span>    <span class="PreProc">break-if-=</span>
 <span id="L187" class="LineNr">187 </span>    i <span class="SpecialChar">&lt;-</span> increment
 <span id="L188" class="LineNr">188 </span>    <span class="PreProc">loop</span>
 <span id="L189" class="LineNr">189 </span>  <span class="Delimiter">}</span>
-<span id="L190" class="LineNr">190 </span>  <span class="PreProc">return</span> result
+<span id="L190" class="LineNr">190 </span>  <span class="PreProc">return</span> <a href='data.mu.html#L70'>result</a>
 <span id="L191" class="LineNr">191 </span><span class="Delimiter">}</span>
 </pre>
 </body>