diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-12 12:15:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-12 14:52:07 -0800 |
commit | fa786ea791469364d635b6a5eb877b0c4e3333ce (patch) | |
tree | 090da2376f69341f9038e182ccf14c6a1cf91b9f /html/062write-stream.subx.html | |
parent | f1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff) | |
download | mu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz |
5884
Diffstat (limited to 'html/062write-stream.subx.html')
-rw-r--r-- | html/062write-stream.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/062write-stream.subx.html b/html/062write-stream.subx.html index 36a31115..2b32ebc1 100644 --- a/html/062write-stream.subx.html +++ b/html/062write-stream.subx.html @@ -119,7 +119,7 @@ if ('onhashchange' in window) { <span id="L58" class="LineNr"> 58 </span> 8d/copy-address 1/mod/*+disp8 4/rm32/sib 7/base/edi 0/index/eax <span class="Normal"> . </span> 0/r32/eax 0xc/disp8 <span class="Normal"> . </span> <span class="subxComment"># copy edi+eax+12 to eax</span> <span id="L59" class="LineNr"> 59 </span> 50/push-eax <span id="L60" class="LineNr"> 60 </span> <span class="subxS2Comment"># . . call</span> -<span id="L61" class="LineNr"> 61 </span> e8/call <a href='056trace.subx.html#L893'>_append-4</a>/disp32 +<span id="L61" class="LineNr"> 61 </span> e8/call <a href='056trace.subx.html#L897'>_append-4</a>/disp32 <span id="L62" class="LineNr"> 62 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L63" class="LineNr"> 63 </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> 0x10/imm32 <span class="subxComment"># add to esp</span> <span id="L64" class="LineNr"> 64 </span> <span class="subxComment"># f->write += eax</span> @@ -186,7 +186,7 @@ if ('onhashchange' in window) { <span id="L125" class="LineNr">125 </span> 68/push <span class="Constant">"_write-stream: failed to <a href='057write.subx.html#L24'>write</a> to file\n"</span>/imm32 <span id="L126" class="LineNr">126 </span> 68/push 2/imm32/stderr <span id="L127" class="LineNr">127 </span> <span class="subxS2Comment"># . . call</span> -<span id="L128" class="LineNr">128 </span> e8/call <a href='050_write.subx.html#L37'>_write</a>/disp32 +<span id="L128" class="LineNr">128 </span> e8/call <a href='050_write.subx.html#L14'>_write</a>/disp32 <span id="L129" class="LineNr">129 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L130" class="LineNr">130 </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="L131" class="LineNr">131 </span> <span class="subxS1Comment"># . syscall(exit, 1)</span> @@ -303,7 +303,7 @@ if ('onhashchange' in window) { <span id="L242" class="LineNr">242 </span> <span id="L243" class="LineNr">243 </span>== data <span id="L244" class="LineNr">244 </span> -<span id="L245" class="LineNr">245 </span><span class="subxMinorFunction">_test-stream2</span>: <span class="subxComment"># (ref stream byte)</span> +<span id="L245" class="LineNr">245 </span><span class="subxMinorFunction">_test-stream2</span>: <span class="subxComment"># (stream byte)</span> <span id="L246" class="LineNr">246 </span> <span class="subxComment"># current write index</span> <span id="L247" class="LineNr">247 </span> 4/imm32 <span id="L248" class="LineNr">248 </span> <span class="subxComment"># current read index</span> |