about summary refs log tree commit diff stats
path: root/html/067parse-hex.subx.html
diff options
context:
space:
mode:
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>: