about summary refs log tree commit diff stats
path: root/html/084emit-hex-array.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/084emit-hex-array.subx.html')
-rw-r--r--html/084emit-hex-array.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/084emit-hex-array.subx.html b/html/084emit-hex-array.subx.html
index ca1b619b..db2762e5 100644
--- a/html/084emit-hex-array.subx.html
+++ b/html/084emit-hex-array.subx.html
@@ -87,7 +87,7 @@ if ('onhashchange' in window) {
 <span id="L27" class="LineNr"> 27 </span><span class="Constant">$emit-hex-array:loop</span>:
 <span id="L28" class="LineNr"> 28 </span>    <span class="subxComment"># if (curr &gt;= width) break</span>
 <span id="L29" class="LineNr"> 29 </span>    39/compare                      3/mod/direct    1/rm32/ecx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          2/r32/edx  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># compare ecx with edx</span>
-<span id="L30" class="LineNr"> 30 </span>    73/jump-if-greater-or-equal-unsigned  $emit-hex-array:end/disp8
+<span id="L30" class="LineNr"> 30 </span>    73/jump-if-addr&gt;=  $emit-hex-array:end/disp8
 <span id="L31" class="LineNr"> 31 </span>    <span class="subxComment"># emit-hex(out, c = *curr, width=1)</span>
 <span id="L32" class="LineNr"> 32 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L33" class="LineNr"> 33 </span>    68/push  1/imm32/width