about summary refs log tree commit diff stats
path: root/html/apps/braces.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-14 01:24:54 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-14 01:52:54 -0800
commit8fa32599bb288f9e51ebcf6f7c00339692c2a5b5 (patch)
tree7dddc2398ac4ec0722230950d9cc6a935b138576 /html/apps/braces.subx.html
parent468d8bb9b2617616051dde2291aa8c9b71a51902 (diff)
downloadmu-8fa32599bb288f9e51ebcf6f7c00339692c2a5b5.tar.gz
5889
Diffstat (limited to 'html/apps/braces.subx.html')
-rw-r--r--html/apps/braces.subx.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html
index e0088910..038eb673 100644
--- a/html/apps/braces.subx.html
+++ b/html/apps/braces.subx.html
@@ -222,7 +222,7 @@ if ('onhashchange' in window) {
 <span id="L163" class="LineNr">163 </span>    (<a href='../066print-int.subx.html#L266'>print-int32-buffered</a> *(ebp+0xc) %ebx)
 <span id="L164" class="LineNr">164 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;:&quot;</span>)
 <span id="L165" class="LineNr">165 </span>    <span class="subxComment"># push(label-stack, next-label-id)</span>
-<span id="L166" class="LineNr">166 </span>    (<a href='../095stack.subx.html#L110'>push</a> %edx %ebx)
+<span id="L166" class="LineNr">166 </span>    (<a href='../092stack.subx.html#L110'>push</a> %edx %ebx)
 <span id="L167" class="LineNr">167 </span>    <span class="subxComment"># ++next-label-id</span>
 <span id="L168" class="LineNr">168 </span>    ff 0/subop/increment %ebx
 <span id="L169" class="LineNr">169 </span>    <span class="subxComment"># continue</span>
@@ -233,7 +233,7 @@ if ('onhashchange' in window) {
 <span id="L174" class="LineNr">174 </span>    0f 85/jump-if-equal $subx-braces:word-loop/disp32
 <span id="L175" class="LineNr">175 </span><span class="Constant">$subx-braces:emit-curly-closed</span>:
 <span id="L176" class="LineNr">176 </span>    <span class="subxComment"># eax = pop(label-stack)</span>
-<span id="L177" class="LineNr">177 </span>    (<a href='../095stack.subx.html#L230'>pop</a> %edx)
+<span id="L177" class="LineNr">177 </span>    (<a href='../092stack.subx.html#L230'>pop</a> %edx)
 <span id="L178" class="LineNr">178 </span>    <span class="subxComment"># print(out, &quot;_break&quot; eax &quot;:&quot;)</span>
 <span id="L179" class="LineNr">179 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;_break&quot;</span>)
 <span id="L180" class="LineNr">180 </span>    (<a href='../066print-int.subx.html#L266'>print-int32-buffered</a> *(ebp+0xc) %eax)
@@ -241,7 +241,7 @@ if ('onhashchange' in window) {
 <span id="L182" class="LineNr">182 </span>    <span class="subxComment"># continue</span>
 <span id="L183" class="LineNr">183 </span>    e9/jump  $subx-braces:next-line/disp32
 <span id="L184" class="LineNr">184 </span><span class="Constant">$subx-braces:word-loop</span>:
-<span id="L185" class="LineNr">185 </span>    (<a href='../094next-word-or-string.subx.html#L8'>next-word-or-string</a> %ecx %edi)
+<span id="L185" class="LineNr">185 </span>    (<a href='../085next-word-or-string.subx.html#L8'>next-word-or-string</a> %ecx %edi)
 <span id="L186" class="LineNr">186 </span><span class="Constant">$subx-braces:check1</span>:
 <span id="L187" class="LineNr">187 </span>    <span class="subxComment"># if (slice-empty?(word-slice)) break</span>
 <span id="L188" class="LineNr">188 </span>    (<a href='../072slice.subx.html#L9'>slice-empty?</a> %edi)
@@ -264,7 +264,7 @@ if ('onhashchange' in window) {
 <span id="L205" class="LineNr">205 </span>    3d/compare-eax-and 0/imm32/false
 <span id="L206" class="LineNr">206 </span>    74/jump-if-equal $subx-braces:check-for-loop/disp8
 <span id="L207" class="LineNr">207 </span><span class="Constant">$subx-braces:emit-break</span>:
-<span id="L208" class="LineNr">208 </span>    (<a href='../095stack.subx.html#L334'>top</a> %edx)
+<span id="L208" class="LineNr">208 </span>    (<a href='../092stack.subx.html#L334'>top</a> %edx)
 <span id="L209" class="LineNr">209 </span>    <span class="subxComment"># print(out, &quot;_break&quot; eax)</span>
 <span id="L210" class="LineNr">210 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;_break&quot;</span>)
 <span id="L211" class="LineNr">211 </span>    (<a href='../066print-int.subx.html#L266'>print-int32-buffered</a> *(ebp+0xc) %eax)
@@ -280,7 +280,7 @@ if ('onhashchange' in window) {
 <span id="L221" class="LineNr">221 </span>    3d/compare-eax-and 0/imm32/false
 <span id="L222" class="LineNr">222 </span>    74/jump-if-equal $subx-braces:emit-word-slice/disp8
 <span id="L223" class="LineNr">223 </span><span class="Constant">$subx-braces:emit-loop</span>:
-<span id="L224" class="LineNr">224 </span>    (<a href='../095stack.subx.html#L334'>top</a> %edx)
+<span id="L224" class="LineNr">224 </span>    (<a href='../092stack.subx.html#L334'>top</a> %edx)
 <span id="L225" class="LineNr">225 </span>    <span class="subxComment"># print(out, &quot;_loop&quot; eax)</span>
 <span id="L226" class="LineNr">226 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;_loop&quot;</span>)
 <span id="L227" class="LineNr">227 </span>    (<a href='../066print-int.subx.html#L266'>print-int32-buffered</a> *(ebp+0xc) %eax)