diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-07 16:38:14 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-07 16:39:44 -0700 |
commit | 68df24fa778f7f5a2651a4623681f38dc920c490 (patch) | |
tree | 99d95cf1812e90ad6bfd4f7292ee42b6a5e7c935 /html/117write-int-hex.subx.html | |
parent | a0430d580719fc0fbe1fe0c92de2ec412245762c (diff) | |
download | mu-68df24fa778f7f5a2651a4623681f38dc920c490.tar.gz |
6746
Diffstat (limited to 'html/117write-int-hex.subx.html')
-rw-r--r-- | html/117write-int-hex.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/117write-int-hex.subx.html b/html/117write-int-hex.subx.html index c8a81d18..eed49e95 100644 --- a/html/117write-int-hex.subx.html +++ b/html/117write-int-hex.subx.html @@ -212,14 +212,14 @@ if ('onhashchange' in window) { <span id="L151" class="LineNr">151 </span> <span class="subxComment"># write-byte-hex-buffered(_test-buffered-file, 0xa) # exercises digit, non-digit as well as leading zero</span> <span id="L152" class="LineNr">152 </span> <span class="subxS2Comment"># . . push args</span> <span id="L153" class="LineNr">153 </span> 68/push 0xa/imm32 -<span id="L154" class="LineNr">154 </span> 68/push <a href='112read-byte.subx.html#L274'>_test-buffered-file</a>/imm32 +<span id="L154" class="LineNr">154 </span> 68/push <a href='112read-byte.subx.html#L318'>_test-buffered-file</a>/imm32 <span id="L155" class="LineNr">155 </span> <span class="subxS2Comment"># . . call</span> <span id="L156" class="LineNr">156 </span> e8/call <a href='117write-int-hex.subx.html#L93'>write-byte-hex-buffered</a>/disp32 <span id="L157" class="LineNr">157 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L158" class="LineNr">158 </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="L159" class="LineNr">159 </span> <span class="subxComment"># flush(_test-buffered-file)</span> <span id="L160" class="LineNr">160 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L161" class="LineNr">161 </span> 68/push <a href='112read-byte.subx.html#L274'>_test-buffered-file</a>/imm32 +<span id="L161" class="LineNr">161 </span> 68/push <a href='112read-byte.subx.html#L318'>_test-buffered-file</a>/imm32 <span id="L162" class="LineNr">162 </span> <span class="subxS2Comment"># . . call</span> <span id="L163" class="LineNr">163 </span> e8/call <a href='115write-byte.subx.html#L81'>flush</a>/disp32 <span id="L164" class="LineNr">164 </span> <span class="subxS2Comment"># . . discard args</span> @@ -402,14 +402,14 @@ if ('onhashchange' in window) { <span id="L341" class="LineNr">341 </span> <span class="subxComment"># write-int32-hex-buffered(_test-buffered-file, 0x8899aa)</span> <span id="L342" class="LineNr">342 </span> <span class="subxS2Comment"># . . push args</span> <span id="L343" class="LineNr">343 </span> 68/push 0x8899aa/imm32 -<span id="L344" class="LineNr">344 </span> 68/push <a href='112read-byte.subx.html#L274'>_test-buffered-file</a>/imm32 +<span id="L344" class="LineNr">344 </span> 68/push <a href='112read-byte.subx.html#L318'>_test-buffered-file</a>/imm32 <span id="L345" class="LineNr">345 </span> <span class="subxS2Comment"># . . call</span> <span id="L346" class="LineNr">346 </span> e8/call <a href='117write-int-hex.subx.html#L266'>write-int32-hex-buffered</a>/disp32 <span id="L347" class="LineNr">347 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L348" class="LineNr">348 </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="L349" class="LineNr">349 </span> <span class="subxComment"># flush(_test-buffered-file)</span> <span id="L350" class="LineNr">350 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L351" class="LineNr">351 </span> 68/push <a href='112read-byte.subx.html#L274'>_test-buffered-file</a>/imm32 +<span id="L351" class="LineNr">351 </span> 68/push <a href='112read-byte.subx.html#L318'>_test-buffered-file</a>/imm32 <span id="L352" class="LineNr">352 </span> <span class="subxS2Comment"># . . call</span> <span id="L353" class="LineNr">353 </span> e8/call <a href='115write-byte.subx.html#L81'>flush</a>/disp32 <span id="L354" class="LineNr">354 </span> <span class="subxS2Comment"># . . discard args</span> |