diff options
Diffstat (limited to 'html/309stream.subx.html')
-rw-r--r-- | html/309stream.subx.html | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/html/309stream.subx.html b/html/309stream.subx.html index 4330eafa..4039d145 100644 --- a/html/309stream.subx.html +++ b/html/309stream.subx.html @@ -15,9 +15,8 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.LineNr { } -.SpecialChar { color: #d70000; } .subxS1Comment { color: #0000af; } +.LineNr { } .subxFunction { color: #af5f00; text-decoration: underline; } .Constant { color: #008787; } --> @@ -126,7 +125,7 @@ if ('onhashchange' in window) { <span id="L69" class="LineNr"> 69 </span> 8b/-> *(ebp+0x10) 1/r32/ecx <span id="L70" class="LineNr"> 70 </span> 01/add-to %ecx 2/r32/edx <span id="L71" class="LineNr"> 71 </span> 3b/compare 1/r32/ecx *(edi+8) -<span id="L72" class="LineNr"> 72 </span> 0f 8f/jump-if-> $write-to-stream:abort/disp32 +<span id="L72" class="LineNr"> 72 </span> 0f 8f/jump-if-> $write-to-stream:<a href='501draw-text.mu.html#L459'>abort</a>/disp32 <span id="L73" class="LineNr"> 73 </span> <span class="subxComment"># var out/edx: (addr byte) = s->data + s->write</span> <span id="L74" class="LineNr"> 74 </span> 8d/copy-address *(edi+edx+0xc) 2/r32/edx <span id="L75" class="LineNr"> 75 </span> <span class="subxComment"># var outend/ebx: (addr byte) = out + n</span> @@ -138,7 +137,7 @@ if ('onhashchange' in window) { <span id="L81" class="LineNr"> 81 </span> 8b/-> *(ebp+0x10) 1/r32/ecx <span id="L82" class="LineNr"> 82 </span> 8d/copy-address *(eax+ecx) 1/r32/ecx <span id="L83" class="LineNr"> 83 </span> <span class="subxComment">#</span> -<span id="L84" class="LineNr"> 84 </span> (<a href='107trace.subx.html#L897'>_append-4</a> %edx %ebx %eax %ecx) <span class="subxComment"># => eax</span> +<span id="L84" class="LineNr"> 84 </span> (<a href='108write.subx.html#L171'>_append-4</a> %edx %ebx %eax %ecx) <span class="subxComment"># => eax</span> <span id="L85" class="LineNr"> 85 </span> <span class="subxComment"># s->write += n</span> <span id="L86" class="LineNr"> 86 </span> 8b/-> *(ebp+0x10) 1/r32/ecx <span id="L87" class="LineNr"> 87 </span> 01/add-to *edi 1/r32/ecx @@ -154,11 +153,11 @@ if ('onhashchange' in window) { <span id="L97" class="LineNr"> 97 </span> 5d/pop-to-ebp <span id="L98" class="LineNr"> 98 </span> c3/return <span id="L99" class="LineNr"> 99 </span> -<span id="L100" class="LineNr">100 </span><span class="Constant">$write-to-stream:abort</span>: -<span id="L101" class="LineNr">101 </span> (<a href='116write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='116write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">"write-to-stream: stream full\n"</span>) -<span id="L102" class="LineNr">102 </span> (<a href='115write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='116write-buffered.subx.html#L209'>Stderr</a></span>) -<span id="L103" class="LineNr">103 </span> bb/copy-to-ebx 1/imm32 -<span id="L104" class="LineNr">104 </span> (syscall_exit) +<span id="L100" class="LineNr">100 </span><span class="Constant">$write-to-stream:<a href='501draw-text.mu.html#L459'>abort</a></span>: +<span id="L101" class="LineNr">101 </span> (<a href='501draw-text.mu.html#L236'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">"write-to-stream: stream full"</span> 3 0) <span class="subxComment"># 3=cyan</span> +<span id="L102" class="LineNr">102 </span> { +<span id="L103" class="LineNr">103 </span> eb/jump <span class="Constant">loop</span>/disp8 +<span id="L104" class="LineNr">104 </span> } <span id="L105" class="LineNr">105 </span> <span class="subxComment"># never gets here</span> <span id="L106" class="LineNr">106 </span> <span id="L107" class="LineNr">107 </span><span class="subxFunction">read-from-stream</span>: <span class="subxComment"># s: (addr stream _), out: (addr byte), n: int</span> @@ -179,7 +178,7 @@ if ('onhashchange' in window) { <span id="L122" class="LineNr">122 </span> 8b/-> *(ebp+0x10) 1/r32/ecx <span id="L123" class="LineNr">123 </span> 01/add-to %ecx 2/r32/edx <span id="L124" class="LineNr">124 </span> 3b/compare 1/r32/ecx *esi -<span id="L125" class="LineNr">125 </span> 0f 8f/jump-if-> $read-from-stream:abort/disp32 +<span id="L125" class="LineNr">125 </span> 0f 8f/jump-if-> $read-from-stream:<a href='501draw-text.mu.html#L459'>abort</a>/disp32 <span id="L126" class="LineNr">126 </span> <span class="subxComment"># var in/edx: (addr byte) = s->data + s->read</span> <span id="L127" class="LineNr">127 </span> 8d/copy-address *(esi+edx+0xc) 2/r32/edx <span id="L128" class="LineNr">128 </span> <span class="subxComment"># var inend/ebx: (addr byte) = in + n</span> @@ -191,7 +190,7 @@ if ('onhashchange' in window) { <span id="L134" class="LineNr">134 </span> 8b/-> *(ebp+0x10) 1/r32/ecx <span id="L135" class="LineNr">135 </span> 8d/copy-address *(eax+ecx) 1/r32/ecx <span id="L136" class="LineNr">136 </span> <span class="subxComment">#</span> -<span id="L137" class="LineNr">137 </span> (<a href='107trace.subx.html#L897'>_append-4</a> %eax %ecx %edx %ebx) <span class="subxComment"># => eax</span> +<span id="L137" class="LineNr">137 </span> (<a href='108write.subx.html#L171'>_append-4</a> %eax %ecx %edx %ebx) <span class="subxComment"># => eax</span> <span id="L138" class="LineNr">138 </span> <span class="subxComment"># s->read += n</span> <span id="L139" class="LineNr">139 </span> 8b/-> *(ebp+0x10) 1/r32/ecx <span id="L140" class="LineNr">140 </span> 01/add-to *(esi+4) 1/r32/ecx @@ -207,11 +206,11 @@ if ('onhashchange' in window) { <span id="L150" class="LineNr">150 </span> 5d/pop-to-ebp <span id="L151" class="LineNr">151 </span> c3/return <span id="L152" class="LineNr">152 </span> -<span id="L153" class="LineNr">153 </span><span class="Constant">$read-from-stream:abort</span>: -<span id="L154" class="LineNr">154 </span> (<a href='116write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='116write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">"read-from-stream: stream empty\n"</span>) -<span id="L155" class="LineNr">155 </span> (<a href='115write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='116write-buffered.subx.html#L209'>Stderr</a></span>) -<span id="L156" class="LineNr">156 </span> bb/copy-to-ebx 1/imm32 -<span id="L157" class="LineNr">157 </span> (syscall_exit) +<span id="L153" class="LineNr">153 </span><span class="Constant">$read-from-stream:<a href='501draw-text.mu.html#L459'>abort</a></span>: +<span id="L154" class="LineNr">154 </span> (<a href='501draw-text.mu.html#L236'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">"read-from-stream: stream empty"</span> 3 0) <span class="subxComment"># 3=cyan</span> +<span id="L155" class="LineNr">155 </span> { +<span id="L156" class="LineNr">156 </span> eb/jump <span class="Constant">loop</span>/disp8 +<span id="L157" class="LineNr">157 </span> } <span id="L158" class="LineNr">158 </span> <span class="subxComment"># never gets here</span> <span id="L159" class="LineNr">159 </span> <span id="L160" class="LineNr">160 </span><span class="subxFunction">stream-first</span>: <span class="subxComment"># s: (addr stream byte) -> result/eax: byte</span> |