diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-06 15:48:54 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-06 15:48:54 -0700 |
commit | 8475b51e40c2e54bdcb8c5002262f2554ab26e8b (patch) | |
tree | 5452bef34e7e878f48bda1f84b880dbea50f97ab /html/064write-byte.subx.html | |
parent | c8b6d2f02c98ce67e8ebdd7703d60b949916c88f (diff) | |
download | mu-8475b51e40c2e54bdcb8c5002262f2554ab26e8b.tar.gz |
5629
Diffstat (limited to 'html/064write-byte.subx.html')
-rw-r--r-- | html/064write-byte.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/064write-byte.subx.html b/html/064write-byte.subx.html index 383249f9..37d59c57 100644 --- a/html/064write-byte.subx.html +++ b/html/064write-byte.subx.html @@ -231,7 +231,7 @@ if ('onhashchange' in window) { <span id="L169" class="LineNr">169 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L170" class="LineNr">170 </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> 4/imm32 <span class="subxComment"># add to esp</span> <span id="L171" class="LineNr">171 </span> <span class="subxComment"># fill up the buffer for _test-buffered-file</span> -<span id="L172" class="LineNr">172 </span> <span class="subxS1Comment"># . write(_test-buffered-file+4, 'abcdef')</span> +<span id="L172" class="LineNr">172 </span> <span class="subxS1Comment"># . write(_test-buffered-file+4, "abcdef")</span> <span id="L173" class="LineNr">173 </span> <span class="subxS2Comment"># . . push args</span> <span id="L174" class="LineNr">174 </span> 68/push <span class="Constant">"abcdef"</span>/imm32 <span id="L175" class="LineNr">175 </span> b8/copy-to-eax <a href='061read-byte.subx.html#L281'>_test-buffered-file</a>/imm32 @@ -256,9 +256,9 @@ if ('onhashchange' in window) { <span id="L194" class="LineNr">194 </span> e8/call <a href='064write-byte.subx.html#L79'>flush</a>/disp32 <span id="L195" class="LineNr">195 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L196" class="LineNr">196 </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> 4/imm32 <span class="subxComment"># add to esp</span> -<span id="L197" class="LineNr">197 </span> <span class="subxComment"># check-stream-equal(_test-stream, "abcdef", msg)</span> +<span id="L197" class="LineNr">197 </span> <span class="subxComment"># check-stream-equal(_test-stream, "abcdefg", msg)</span> <span id="L198" class="LineNr">198 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L199" class="LineNr">199 </span> 68/push <span class="Constant">"F - <a href='064write-byte.subx.html#L152'>test-write-byte-buffered-multiple-flushes</a>: 1"</span>/imm32 +<span id="L199" class="LineNr">199 </span> 68/push <span class="Constant">"F - test-write-byte-buffered-multiple-flushes"</span>/imm32 <span id="L200" class="LineNr">200 </span> 68/push <span class="Constant">"abcdefg"</span>/imm32 <span id="L201" class="LineNr">201 </span> 68/push <a href='057write.subx.html#L148'>_test-stream</a>/imm32 <span id="L202" class="LineNr">202 </span> <span class="subxS2Comment"># . . call</span> |