diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-06-12 07:57:27 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-06-12 07:57:38 -0700 |
commit | 86351aafe218a7386f6578be3c4da3edcdcb0c98 (patch) | |
tree | 209e27b8ad7ed2a8f733c699b278d19d0f59bf43 /html/084emit-hex-array.subx.html | |
parent | 07dba48f13be2aaa531b3d75a7d48d36e6ab4cb1 (diff) | |
download | mu-86351aafe218a7386f6578be3c4da3edcdcb0c98.tar.gz |
6513
Diffstat (limited to 'html/084emit-hex-array.subx.html')
-rw-r--r-- | html/084emit-hex-array.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/084emit-hex-array.subx.html b/html/084emit-hex-array.subx.html index 288edd92..a9d7e826 100644 --- a/html/084emit-hex-array.subx.html +++ b/html/084emit-hex-array.subx.html @@ -119,7 +119,7 @@ if ('onhashchange' in window) { <span id="L59" class="LineNr"> 59 </span> <span class="subxComment"># setup</span> <span id="L60" class="LineNr"> 60 </span> <span class="subxS1Comment"># . clear-stream(_test-output-stream)</span> <span id="L61" class="LineNr"> 61 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L62" class="LineNr"> 62 </span> 68/push <a href='064write-byte.subx.html#L286'>_test-output-stream</a>/imm32 +<span id="L62" class="LineNr"> 62 </span> 68/push <a href='064write-byte.subx.html#L285'>_test-output-stream</a>/imm32 <span id="L63" class="LineNr"> 63 </span> <span class="subxS2Comment"># . . call</span> <span id="L64" class="LineNr"> 64 </span> e8/call <a href='055stream.subx.html#L17'>clear-stream</a>/disp32 <span id="L65" class="LineNr"> 65 </span> <span class="subxS2Comment"># . . discard args</span> @@ -138,14 +138,14 @@ if ('onhashchange' in window) { <span id="L78" class="LineNr"> 78 </span> <span class="subxComment"># emit-hex-array(_test-output-buffered-file, arr)</span> <span id="L79" class="LineNr"> 79 </span> <span class="subxS2Comment"># . . push args</span> <span id="L80" class="LineNr"> 80 </span> 51/push-ecx -<span id="L81" class="LineNr"> 81 </span> 68/push <a href='064write-byte.subx.html#L360'>_test-output-buffered-file</a>/imm32 +<span id="L81" class="LineNr"> 81 </span> 68/push <a href='064write-byte.subx.html#L359'>_test-output-buffered-file</a>/imm32 <span id="L82" class="LineNr"> 82 </span> <span class="subxS2Comment"># . . call</span> <span id="L83" class="LineNr"> 83 </span> e8/call <a href='084emit-hex-array.subx.html#L7'>emit-hex-array</a>/disp32 <span id="L84" class="LineNr"> 84 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L85" class="LineNr"> 85 </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="L86" class="LineNr"> 86 </span> <span class="subxS1Comment"># . flush(_test-output-buffered-file)</span> <span id="L87" class="LineNr"> 87 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L88" class="LineNr"> 88 </span> 68/push <a href='064write-byte.subx.html#L360'>_test-output-buffered-file</a>/imm32 +<span id="L88" class="LineNr"> 88 </span> 68/push <a href='064write-byte.subx.html#L359'>_test-output-buffered-file</a>/imm32 <span id="L89" class="LineNr"> 89 </span> <span class="subxS2Comment"># . . call</span> <span id="L90" class="LineNr"> 90 </span> e8/call <a href='064write-byte.subx.html#L81'>flush</a>/disp32 <span id="L91" class="LineNr"> 91 </span> <span class="subxS2Comment"># . . discard args</span> @@ -155,7 +155,7 @@ if ('onhashchange' in window) { <span id="L127" class="LineNr">127 </span> <span class="subxS2Comment"># . . push args</span> <span id="L128" class="LineNr">128 </span> 68/push <span class="Constant">"F - test-emit-hex-array"</span>/imm32 <span id="L129" class="LineNr">129 </span> 68/push <span class="Constant">"01 02 03 "</span>/imm32 -<span id="L130" class="LineNr">130 </span> 68/push <a href='064write-byte.subx.html#L286'>_test-output-stream</a>/imm32 +<span id="L130" class="LineNr">130 </span> 68/push <a href='064write-byte.subx.html#L285'>_test-output-stream</a>/imm32 <span id="L131" class="LineNr">131 </span> <span class="subxS2Comment"># . . call</span> <span id="L132" class="LineNr">132 </span> e8/call <a href='058stream-equal.subx.html#L565'>check-next-stream-line-equal</a>/disp32 <span id="L133" class="LineNr">133 </span> <span class="subxS2Comment"># . . discard args</span> |