diff options
Diffstat (limited to 'html/078emit-hex.subx.html')
-rw-r--r-- | html/078emit-hex.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/078emit-hex.subx.html b/html/078emit-hex.subx.html index ef91c16f..445e51c8 100644 --- a/html/078emit-hex.subx.html +++ b/html/078emit-hex.subx.html @@ -85,12 +85,12 @@ if ('onhashchange' in window) { <span id="L26" class="LineNr"> 26 </span> <span class="subxComment"># if (curr >= width) break</span> <span id="L27" class="LineNr"> 27 </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="L28" class="LineNr"> 28 </span> 7d/jump-if->= $emit-hex:end/disp8 -<span id="L29" class="LineNr"> 29 </span> <span class="subxComment"># print-byte-buffered(out, ebx) # only BL used</span> +<span id="L29" class="LineNr"> 29 </span> <span class="subxComment"># write-byte-hex-buffered(out, ebx) # only BL used</span> <span id="L30" class="LineNr"> 30 </span> <span class="subxS2Comment"># . . push args</span> <span id="L31" class="LineNr"> 31 </span> 53/push-ebx <span id="L32" class="LineNr"> 32 </span> 57/push-edi <span id="L33" class="LineNr"> 33 </span> <span class="subxS2Comment"># . . call</span> -<span id="L34" class="LineNr"> 34 </span> e8/call <a href='066print-int.subx.html#L93'>print-byte-buffered</a>/disp32 +<span id="L34" class="LineNr"> 34 </span> e8/call <a href='066write-int-hex.subx.html#L93'>write-byte-hex-buffered</a>/disp32 <span id="L35" class="LineNr"> 35 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L36" class="LineNr"> 36 </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> 8/imm32 <span class="subxComment"># add to esp</span> <span id="L37" class="LineNr"> 37 </span> <span class="subxComment"># write-byte-buffered(out, ' ')</span> |