diff options
Diffstat (limited to 'html/apps/braces.subx.html')
-rw-r--r-- | html/apps/braces.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html index 47428966..bc8eb925 100644 --- a/html/apps/braces.subx.html +++ b/html/apps/braces.subx.html @@ -259,7 +259,7 @@ if ('onhashchange' in window) { <span id="L200" class="LineNr">200 </span><span class="Constant">$subx-braces:check-for-break</span>: <span id="L201" class="LineNr">201 </span> <span class="subxComment"># if (!slice-starts-with?(word-slice, "break/")) goto next check</span> <span id="L202" class="LineNr">202 </span> <span class="subxS1Comment"># . eax = slice-starts-with?(word-slice, "break/")</span> -<span id="L203" class="LineNr">203 </span> (<a href='../072slice.subx.html#L458'>slice-starts-with?</a> %edi <span class="Constant">"break/"</span>) +<span id="L203" class="LineNr">203 </span> (<a href='../072slice.subx.html#L487'>slice-starts-with?</a> %edi <span class="Constant">"break/"</span>) <span id="L204" class="LineNr">204 </span> <span class="subxS1Comment"># . if (eax == false) goto next check</span> <span id="L205" class="LineNr">205 </span> 3d/compare-eax-and 0/imm32/false <span id="L206" class="LineNr">206 </span> 74/jump-if-= $subx-braces:check-for-loop/disp8 @@ -275,7 +275,7 @@ if ('onhashchange' in window) { <span id="L216" class="LineNr">216 </span><span class="Constant">$subx-braces:check-for-loop</span>: <span id="L217" class="LineNr">217 </span> <span class="subxComment"># if (!slice-starts-with?(word-slice, "loop/")) emit word</span> <span id="L218" class="LineNr">218 </span> <span class="subxS1Comment"># . eax = slice-starts-with?(word-slice, "loop/")</span> -<span id="L219" class="LineNr">219 </span> (<a href='../072slice.subx.html#L458'>slice-starts-with?</a> %edi <span class="Constant">"loop/"</span>) +<span id="L219" class="LineNr">219 </span> (<a href='../072slice.subx.html#L487'>slice-starts-with?</a> %edi <span class="Constant">"loop/"</span>) <span id="L220" class="LineNr">220 </span> <span class="subxS1Comment"># . if (eax == false) goto next check</span> <span id="L221" class="LineNr">221 </span> 3d/compare-eax-and 0/imm32/false <span id="L222" class="LineNr">222 </span> 74/jump-if-= $subx-braces:emit-word-slice/disp8 @@ -289,7 +289,7 @@ if ('onhashchange' in window) { <span id="L230" class="LineNr">230 </span> <span class="subxComment"># fall through</span> <span id="L231" class="LineNr">231 </span><span class="Constant">$subx-braces:emit-word-slice</span>: <span id="L232" class="LineNr">232 </span> <span class="subxComment"># print(out, word-slice " ")</span> -<span id="L233" class="LineNr">233 </span> (<a href='../072slice.subx.html#L880'>write-slice-buffered</a> *(ebp+0xc) %edi) +<span id="L233" class="LineNr">233 </span> (<a href='../072slice.subx.html#L909'>write-slice-buffered</a> *(ebp+0xc) %edi) <span id="L234" class="LineNr">234 </span> (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="SpecialChar"><a href='../051test.subx.html#L94'>Space</a></span>) <span id="L235" class="LineNr">235 </span> <span class="subxComment"># loop to next word</span> <span id="L236" class="LineNr">236 </span> e9/jump $subx-braces:word-loop/disp32 |