diff options
Diffstat (limited to 'html/116write-buffered.subx.html')
-rw-r--r-- | html/116write-buffered.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/116write-buffered.subx.html b/html/116write-buffered.subx.html index 765793e3..3b36e7a0 100644 --- a/html/116write-buffered.subx.html +++ b/html/116write-buffered.subx.html @@ -170,7 +170,7 @@ if ('onhashchange' in window) { <span id="L109" class="LineNr">109 </span> <span class="subxComment"># setup</span> <span id="L110" class="LineNr">110 </span> <span class="subxS1Comment"># . clear-stream(_test-stream)</span> <span id="L111" class="LineNr">111 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L112" class="LineNr">112 </span> 68/push <a href='108write.subx.html#L148'>_test-stream</a>/imm32 +<span id="L112" class="LineNr">112 </span> 68/push <a href='108write.subx.html#L151'>_test-stream</a>/imm32 <span id="L113" class="LineNr">113 </span> <span class="subxS2Comment"># . . call</span> <span id="L114" class="LineNr">114 </span> e8/call <a href='106stream.subx.html#L17'>clear-stream</a>/disp32 <span id="L115" class="LineNr">115 </span> <span class="subxS2Comment"># . . discard args</span> @@ -201,7 +201,7 @@ if ('onhashchange' in window) { <span id="L140" class="LineNr">140 </span> <span class="subxS2Comment"># . . push args</span> <span id="L141" class="LineNr">141 </span> 68/push <span class="Constant">"F - test-write-buffered-single"</span>/imm32 <span id="L142" class="LineNr">142 </span> 68/push <span class="Constant">"Abc"</span>/imm32 -<span id="L143" class="LineNr">143 </span> 68/push <a href='108write.subx.html#L148'>_test-stream</a>/imm32 +<span id="L143" class="LineNr">143 </span> 68/push <a href='108write.subx.html#L151'>_test-stream</a>/imm32 <span id="L144" class="LineNr">144 </span> <span class="subxS2Comment"># . . call</span> <span id="L145" class="LineNr">145 </span> e8/call <a href='109stream-equal.subx.html#L194'>check-stream-equal</a>/disp32 <span id="L146" class="LineNr">146 </span> <span class="subxS2Comment"># . . discard args</span> @@ -214,7 +214,7 @@ if ('onhashchange' in window) { <span id="L153" class="LineNr">153 </span> <span class="subxComment"># setup</span> <span id="L154" class="LineNr">154 </span> <span class="subxS1Comment"># . clear-stream(_test-stream)</span> <span id="L155" class="LineNr">155 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L156" class="LineNr">156 </span> 68/push <a href='108write.subx.html#L148'>_test-stream</a>/imm32 +<span id="L156" class="LineNr">156 </span> 68/push <a href='108write.subx.html#L151'>_test-stream</a>/imm32 <span id="L157" class="LineNr">157 </span> <span class="subxS2Comment"># . . call</span> <span id="L158" class="LineNr">158 </span> e8/call <a href='106stream.subx.html#L17'>clear-stream</a>/disp32 <span id="L159" class="LineNr">159 </span> <span class="subxS2Comment"># . . discard args</span> @@ -243,7 +243,7 @@ if ('onhashchange' in window) { <span id="L182" class="LineNr">182 </span> 68/push <span class="Constant">"F - <a href='116write-buffered.subx.html#L151'>test-write-buffered-with-intermediate-flush</a>: flushed data"</span>/imm32 <span id="L183" class="LineNr">183 </span> 68/push 6/imm32 <span id="L184" class="LineNr">184 </span> <span class="subxS2Comment"># . . push *_test-stream->write</span> -<span id="L185" class="LineNr">185 </span> b8/copy-to-eax <a href='108write.subx.html#L148'>_test-stream</a>/imm32 +<span id="L185" class="LineNr">185 </span> b8/copy-to-eax <a href='108write.subx.html#L151'>_test-stream</a>/imm32 <span id="L186" class="LineNr">186 </span> ff 6/subop/push 0/mod/indirect 0/rm32/eax <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># push *eax</span> <span id="L187" class="LineNr">187 </span> <span class="subxS2Comment"># . . call</span> <span id="L188" class="LineNr">188 </span> e8/call <a href='102test.subx.html#L23'>check-ints-equal</a>/disp32 |