diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-30 20:24:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-30 20:24:37 -0800 |
commit | 901ae474300d70bcc00e7e0b420ca87c8cbf6f55 (patch) | |
tree | af60b1c8c92bfc10a6bb6bd1082a765fcc718004 /html/subx/056write.subx.html | |
parent | 0474ec865af12cff08dd255954fbccf6d38085e6 (diff) | |
download | mu-901ae474300d70bcc00e7e0b420ca87c8cbf6f55.tar.gz |
4899
Bug in my linkify tool introduced in commit 4891.
Diffstat (limited to 'html/subx/056write.subx.html')
-rw-r--r-- | html/subx/056write.subx.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html/subx/056write.subx.html b/html/subx/056write.subx.html index 01337f40..304a06f2 100644 --- a/html/subx/056write.subx.html +++ b/html/subx/056write.subx.html @@ -89,7 +89,7 @@ if ('onhashchange' in window) { <span id="L28" class="LineNr"> 28 </span> cd/syscall 0x80/imm8 <span id="L29" class="LineNr"> 29 </span> <span id="L30" class="LineNr"> 30 </span><span class="subxComment"># TODO: come up with a way to signal when a write to disk fails</span> -<span id="L31" class="LineNr"> 31 </span><span class="subxFunction"><a href='056write.subx.html#L31'>write</a></span>: <span class="subxComment"># f : fd or (address stream), s : (address array byte) -> <void></span> +<span id="L31" class="LineNr"> 31 </span><span class="subxFunction">write</span>: <span class="subxComment"># f : fd or (address stream), s : (address array byte) -> <void></span> <span id="L32" class="LineNr"> 32 </span> <span class="subxS1Comment"># . prolog</span> <span id="L33" class="LineNr"> 33 </span> 55/push-EBP <span id="L34" class="LineNr"> 34 </span> 89/copy 3/mod/direct 5/rm32/EBP <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 4/r32/ESP <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># copy ESP to EBP</span> @@ -143,7 +143,7 @@ if ('onhashchange' in window) { <span id="L82" class="LineNr"> 82 </span> 5d/pop-to-EBP <span id="L83" class="LineNr"> 83 </span> c3/return <span id="L84" class="LineNr"> 84 </span> -<span id="L85" class="LineNr"> 85 </span><span class="subxFunction"><a href='056write.subx.html#L85'>clear-stream</a></span>: <span class="subxComment"># f : (address stream) -> <void></span> +<span id="L85" class="LineNr"> 85 </span><span class="subxFunction">clear-stream</span>: <span class="subxComment"># f : (address stream) -> <void></span> <span id="L86" class="LineNr"> 86 </span> <span class="subxS1Comment"># . prolog</span> <span id="L87" class="LineNr"> 87 </span> 55/push-EBP <span id="L88" class="LineNr"> 88 </span> 89/copy 3/mod/direct 5/rm32/EBP <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 4/r32/ESP <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># copy ESP to EBP</span> @@ -181,7 +181,7 @@ if ('onhashchange' in window) { <span id="L120" class="LineNr">120 </span> 5d/pop-to-EBP <span id="L121" class="LineNr">121 </span> c3/return <span id="L122" class="LineNr">122 </span> -<span id="L123" class="LineNr">123 </span><span class="subxTest"><a href='056write.subx.html#L123'>test-write-single</a></span>: +<span id="L123" class="LineNr">123 </span><span class="subxTest">test-write-single</span>: <span id="L124" class="LineNr">124 </span> <span class="subxComment"># clear-stream(_test-stream)</span> <span id="L125" class="LineNr">125 </span> <span class="subxS2Comment"># . . push args</span> <span id="L126" class="LineNr">126 </span> 68/push <a href='056write.subx.html#L193'>_test-stream</a>/imm32 @@ -211,7 +211,7 @@ if ('onhashchange' in window) { <span id="L150" class="LineNr">150 </span> <span class="subxComment"># end</span> <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="subxTest"><a href='056write.subx.html#L153'>test-write-appends</a></span>: +<span id="L153" class="LineNr">153 </span><span class="subxTest">test-write-appends</span>: <span id="L154" class="LineNr">154 </span> <span class="subxComment"># 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='056write.subx.html#L193'>_test-stream</a>/imm32 @@ -251,7 +251,7 @@ if ('onhashchange' in window) { <span id="L190" class="LineNr">190 </span> <span id="L191" class="LineNr">191 </span>== data <span id="L192" class="LineNr">192 </span> -<span id="L193" class="LineNr">193 </span><span class="subxMinorFunction"><a href='056write.subx.html#L193'>_test-stream</a></span>: +<span id="L193" class="LineNr">193 </span><span class="subxMinorFunction">_test-stream</span>: <span id="L194" class="LineNr">194 </span> <span class="subxComment"># current write index</span> <span id="L195" class="LineNr">195 </span> 00 00 00 00 <span id="L196" class="LineNr">196 </span> <span class="subxComment"># current read index</span> |