about summary refs log tree commit diff stats
path: root/html/067parse-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/067parse-hex.subx.html
parent6323661c2c588c4fed280f55f20ca3bbc92edb27 (diff)
downloadmu-c52ae116ace032a3eaa53bd297836b675cd8393e.tar.gz
6015
Diffstat (limited to 'html/067parse-hex.subx.html')
-rw-r--r--html/067parse-hex.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/067parse-hex.subx.html b/html/067parse-hex.subx.html
index 13b04099..90d53526 100644
--- a/html/067parse-hex.subx.html
+++ b/html/067parse-hex.subx.html
@@ -125,7 +125,7 @@ if ('onhashchange' in window) {
 <span id="L65" class="LineNr"> 65 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L66" class="LineNr"> 66 </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="L67" class="LineNr"> 67 </span>    <span class="subxComment"># if (eax == false) return false</span>
-<span id="L68" class="LineNr"> 68 </span>    3d/compare-eax-and  0/imm32
+<span id="L68" class="LineNr"> 68 </span>    3d/compare-eax-and  0/imm32/false
 <span id="L69" class="LineNr"> 69 </span>    74/jump-if-=  $is-hex-int?:end/disp8
 <span id="L70" class="LineNr"> 70 </span>    <span class="subxComment"># ++curr</span>
 <span id="L71" class="LineNr"> 71 </span>    41/increment-ecx