about summary refs log tree commit diff stats
path: root/html/apps/hex.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-17 15:29:43 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-17 15:29:43 -0800
commitc52ae116ace032a3eaa53bd297836b675cd8393e (patch)
treef7e6f7349db94ec0303ea323957040ca20999081 /html/apps/hex.subx.html
parent6323661c2c588c4fed280f55f20ca3bbc92edb27 (diff)
downloadmu-c52ae116ace032a3eaa53bd297836b675cd8393e.tar.gz
6015
Diffstat (limited to 'html/apps/hex.subx.html')
-rw-r--r--html/apps/hex.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/hex.subx.html b/html/apps/hex.subx.html
index dc2e9b88..4018c82f 100644
--- a/html/apps/hex.subx.html
+++ b/html/apps/hex.subx.html
@@ -578,7 +578,7 @@ if ('onhashchange' in window) {
 <span id="L517" class="LineNr"> 517 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L518" class="LineNr"> 518 </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>              4/imm32           <span class="subxComment"># add to esp</span>
 <span id="L519" class="LineNr"> 519 </span>    <span class="subxS1Comment"># . compare with 'false'</span>
-<span id="L520" class="LineNr"> 520 </span>    3d/compare-with-eax  0/imm32
+<span id="L520" class="LineNr"> 520 </span>    3d/compare-with-eax  0/imm32/false
 <span id="L521" class="LineNr"> 521 </span>    <span class="subxS1Comment"># . restore eax (does not affect flags)</span>
 <span id="L522" class="LineNr"> 522 </span>    58/pop-to-eax
 <span id="L523" class="LineNr"> 523 </span>    <span class="subxS1Comment"># . check whether to return</span>
@@ -595,7 +595,7 @@ if ('onhashchange' in window) {
 <span id="L534" class="LineNr"> 534 </span>    74/jump-if-=  $scan-next-byte:<span class="Constant">loop</span>/disp8
 <span id="L535" class="LineNr"> 535 </span><span class="Constant">$scan-next-byte:check2</span>:
 <span id="L536" class="LineNr"> 536 </span>    <span class="subxComment"># if (eax == '#') skip-until-newline(in)</span>
-<span id="L537" class="LineNr"> 537 </span>    3d/compare-with-eax  0x23/imm32
+<span id="L537" class="LineNr"> 537 </span>    3d/compare-with-eax  0x23/imm32/hash
 <span id="L538" class="LineNr"> 538 </span>    75/jump-if-!=  $scan-next-byte:check3/disp8
 <span id="L539" class="LineNr"> 539 </span>    <span class="subxS1Comment"># . skip-until-newline(in)</span>
 <span id="L540" class="LineNr"> 540 </span>    <span class="subxS2Comment"># . . push args</span>