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>2019-11-28 01:02:40 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-28 01:02:40 -0800
commit367394c7de7f2483670769b1c1589302de43cf56 (patch)
tree37b8a3bb7ed8d910cb3aa47aa10fdad231d041f4 /html/067parse-hex.subx.html
parent0546546c15ba47b5761eaf351d4a108d6bd676af (diff)
downloadmu-367394c7de7f2483670769b1c1589302de43cf56.tar.gz
5771
Diffstat (limited to 'html/067parse-hex.subx.html')
-rw-r--r--html/067parse-hex.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/067parse-hex.subx.html b/html/067parse-hex.subx.html
index 4b0b94f5..be007be3 100644
--- a/html/067parse-hex.subx.html
+++ b/html/067parse-hex.subx.html
@@ -717,8 +717,8 @@ if ('onhashchange' in window) {
 <span id="L657" class="LineNr">657 </span>    <span class="subxComment"># return true if c &gt;= 'a'</span>
 <span id="L658" class="LineNr">658 </span>    81          7/subop/compare     3/mod/direct    1/rm32/ecx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0x61/imm32        <span class="subxComment"># compare ecx</span>
 <span id="L659" class="LineNr">659 </span>    7d/jump-if-greater-or-equal  $is-hex-digit?:true/disp8
-<span id="L660" class="LineNr">660 </span><span class="Constant">$is-hex-digit?:false</span>:
-<span id="L661" class="LineNr">661 </span>    <span class="subxComment"># otherwise return false</span>
+<span id="L660" class="LineNr">660 </span>    <span class="subxComment"># otherwise return false</span>
+<span id="L661" class="LineNr">661 </span><span class="Constant">$is-hex-digit?:false</span>:
 <span id="L662" class="LineNr">662 </span>    b8/copy-to-eax  0/imm32/false
 <span id="L663" class="LineNr">663 </span>    eb/jump $is-hex-digit?:end/disp8
 <span id="L664" class="LineNr">664 </span><span class="Constant">$is-hex-digit?:true</span>: