diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-19 17:55:59 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-19 17:55:59 -0800 |
commit | 1008059f1f277323a48d8fef545c944011efeeac (patch) | |
tree | 50dca97da0e3388b41e5d2bed0735a19bfb06d84 /html/apps/*.subx.html | |
parent | b89ce8e455e1471ef217e00c4da4e277c2101808 (diff) | |
download | mu-1008059f1f277323a48d8fef545c944011efeeac.tar.gz |
5901
Diffstat (limited to 'html/apps/*.subx.html')
-rw-r--r-- | html/apps/assort.subx.html | 2 | ||||
-rw-r--r-- | html/apps/braces.subx.html | 6 | ||||
-rw-r--r-- | html/apps/calls.subx.html | 6 | ||||
-rw-r--r-- | html/apps/dquotes.subx.html | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/html/apps/assort.subx.html b/html/apps/assort.subx.html index a7452e6b..662db279 100644 --- a/html/apps/assort.subx.html +++ b/html/apps/assort.subx.html @@ -582,7 +582,7 @@ if ('onhashchange' in window) { <span id="L663" class="LineNr">663 </span> 68/push <span class="Constant">"=="</span>/imm32 <span id="L664" class="LineNr">664 </span> 52/push-edx <span id="L665" class="LineNr">665 </span> <span class="subxS2Comment"># . . call</span> -<span id="L666" class="LineNr">666 </span> e8/call <a href='../072slice.subx.html#L91'>slice-equal?</a>/disp32 +<span id="L666" class="LineNr">666 </span> e8/call <a href='../072slice.subx.html#L120'>slice-equal?</a>/disp32 <span id="L667" class="LineNr">667 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L668" class="LineNr">668 </span> 81 0/subop/add 3/mod/direct 4/rm32/esp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 8/imm32 <span class="subxComment"># add to esp</span> <span id="L669" class="LineNr">669 </span> <span class="subxS1Comment"># . if (eax == false) goto check3</span> 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 diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html index 0f1f352d..783ccff9 100644 --- a/html/apps/calls.subx.html +++ b/html/apps/calls.subx.html @@ -437,7 +437,7 @@ if ('onhashchange' in window) { <span id="L415" class="LineNr"> 415 </span> 51/push-ecx <span id="L416" class="LineNr"> 416 </span> ff 6/subop/push *(ebp+8) <span id="L417" class="LineNr"> 417 </span> <span class="subxS2Comment"># . . call</span> -<span id="L418" class="LineNr"> 418 </span> e8/call <a href='../072slice.subx.html#L880'>write-slice-buffered</a>/disp32 +<span id="L418" class="LineNr"> 418 </span> e8/call <a href='../072slice.subx.html#L909'>write-slice-buffered</a>/disp32 <span id="L419" class="LineNr"> 419 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L420" class="LineNr"> 420 </span> 81 0/subop/add %esp 8/imm32 <span id="L421" class="LineNr"> 421 </span> <span class="subxComment"># write-buffered(out, "/imm32\n")</span> @@ -463,7 +463,7 @@ if ('onhashchange' in window) { <span id="L441" class="LineNr"> 441 </span> 51/push-ecx <span id="L442" class="LineNr"> 442 </span> ff 6/subop/push *(ebp+8) <span id="L443" class="LineNr"> 443 </span> <span class="subxS2Comment"># . . call</span> -<span id="L444" class="LineNr"> 444 </span> e8/call <a href='../072slice.subx.html#L880'>write-slice-buffered</a>/disp32 +<span id="L444" class="LineNr"> 444 </span> e8/call <a href='../072slice.subx.html#L909'>write-slice-buffered</a>/disp32 <span id="L445" class="LineNr"> 445 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L446" class="LineNr"> 446 </span> 81 0/subop/add %esp 8/imm32 <span id="L447" class="LineNr"> 447 </span> <span class="subxComment"># write-buffered(out, "\n")</span> @@ -491,7 +491,7 @@ if ('onhashchange' in window) { <span id="L469" class="LineNr"> 469 </span> 51/push-ecx <span id="L470" class="LineNr"> 470 </span> ff 6/subop/push *(ebp+8) <span id="L471" class="LineNr"> 471 </span> <span class="subxS2Comment"># . . call</span> -<span id="L472" class="LineNr"> 472 </span> e8/call <a href='../072slice.subx.html#L880'>write-slice-buffered</a>/disp32 +<span id="L472" class="LineNr"> 472 </span> e8/call <a href='../072slice.subx.html#L909'>write-slice-buffered</a>/disp32 <span id="L473" class="LineNr"> 473 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L474" class="LineNr"> 474 </span> 81 0/subop/add %esp 8/imm32 <span id="L475" class="LineNr"> 475 </span> <span class="subxComment"># write-buffered(out, "/disp32\n")</span> diff --git a/html/apps/dquotes.subx.html b/html/apps/dquotes.subx.html index 367f650e..71ed40a3 100644 --- a/html/apps/dquotes.subx.html +++ b/html/apps/dquotes.subx.html @@ -291,7 +291,7 @@ if ('onhashchange' in window) { <span id="L228" class="LineNr"> 228 </span> 52/push-edx <span id="L229" class="LineNr"> 229 </span> ff 6/subop/push 1/mod/*+disp8 5/rm32/ebp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 0xc/disp8 <span class="Normal"> . </span> <span class="subxComment"># push *(ebp+12)</span> <span id="L230" class="LineNr"> 230 </span> <span class="subxS2Comment"># . . call</span> -<span id="L231" class="LineNr"> 231 </span> e8/call <a href='../072slice.subx.html#L880'>write-slice-buffered</a>/disp32 +<span id="L231" class="LineNr"> 231 </span> e8/call <a href='../072slice.subx.html#L909'>write-slice-buffered</a>/disp32 <span id="L232" class="LineNr"> 232 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L233" class="LineNr"> 233 </span> 81 0/subop/add 3/mod/direct 4/rm32/esp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 8/imm32 <span class="subxComment"># add to esp</span> <span id="L234" class="LineNr"> 234 </span> <span class="subxComment"># fall through</span> @@ -1334,7 +1334,7 @@ if ('onhashchange' in window) { <span id="L1453" class="LineNr">1453 </span> 53/push-ebx <span id="L1454" class="LineNr">1454 </span> ff 6/subop/push 1/mod/*+disp8 5/rm32/ebp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 8/disp8 <span class="Normal"> . </span> <span class="subxComment"># push *(ebp+8)</span> <span id="L1455" class="LineNr">1455 </span> <span class="subxS2Comment"># . . call</span> -<span id="L1456" class="LineNr">1456 </span> e8/call <a href='../072slice.subx.html#L880'>write-slice-buffered</a>/disp32 +<span id="L1456" class="LineNr">1456 </span> e8/call <a href='../072slice.subx.html#L909'>write-slice-buffered</a>/disp32 <span id="L1457" class="LineNr">1457 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L1458" class="LineNr">1458 </span> 81 0/subop/add 3/mod/direct 4/rm32/esp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 8/imm32 <span class="Normal"> . </span> <span class="subxComment"># add to esp</span> <span id="L1459" class="LineNr">1459 </span><span class="Constant">$emit-metadata:end</span>: |