about summary refs log tree commit diff stats
path: root/html/064write-byte.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-12 12:15:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-12 14:52:07 -0800
commitfa786ea791469364d635b6a5eb877b0c4e3333ce (patch)
tree090da2376f69341f9038e182ccf14c6a1cf91b9f /html/064write-byte.subx.html
parentf1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff)
downloadmu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz
5884
Diffstat (limited to 'html/064write-byte.subx.html')
-rw-r--r--html/064write-byte.subx.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/064write-byte.subx.html b/html/064write-byte.subx.html
index 9fba419d..d9e880f9 100644
--- a/html/064write-byte.subx.html
+++ b/html/064write-byte.subx.html
@@ -69,7 +69,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr">  7 </span>== data
 <span id="L8" class="LineNr">  8 </span>
 <span id="L9" class="LineNr">  9 </span><span class="subxComment"># The buffered file for standard output.</span>
-<span id="L10" class="LineNr"> 10 </span><span class="SpecialChar">Stdout</span>:  <span class="subxComment"># (ref buffered-file)</span>
+<span id="L10" class="LineNr"> 10 </span><span class="SpecialChar">Stdout</span>:  <span class="subxComment"># buffered-file</span>
 <span id="L11" class="LineNr"> 11 </span>    <span class="subxComment"># file descriptor or (addr stream byte)</span>
 <span id="L12" class="LineNr"> 12 </span>    1/imm32  <span class="subxComment"># standard output</span>
 <span id="L13" class="LineNr"> 13 </span><span class="Constant">$Stdout-&gt;buffer</span>:
@@ -304,7 +304,7 @@ if ('onhashchange' in window) {
 <span id="L242" class="LineNr">242 </span>    68/push  <span class="Constant">&quot;append-byte: out of space\n&quot;</span>/imm32
 <span id="L243" class="LineNr">243 </span>    68/push  2/imm32/stderr
 <span id="L244" class="LineNr">244 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L245" class="LineNr">245 </span>    e8/call  <a href='050_write.subx.html#L37'>_write</a>/disp32
+<span id="L245" class="LineNr">245 </span>    e8/call  <a href='050_write.subx.html#L14'>_write</a>/disp32
 <span id="L246" class="LineNr">246 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L247" class="LineNr">247 </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="L248" class="LineNr">248 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
@@ -345,7 +345,7 @@ if ('onhashchange' in window) {
 <span id="L283" class="LineNr">283 </span>
 <span id="L284" class="LineNr">284 </span>== data
 <span id="L285" class="LineNr">285 </span>
-<span id="L286" class="LineNr">286 </span><span class="subxMinorFunction">_test-output-stream</span>:  <span class="subxComment"># (ref stream byte)</span>
+<span id="L286" class="LineNr">286 </span><span class="subxMinorFunction">_test-output-stream</span>:  <span class="subxComment"># (stream byte)</span>
 <span id="L287" class="LineNr">287 </span>    <span class="subxComment"># current write index</span>
 <span id="L288" class="LineNr">288 </span>    0/imm32
 <span id="L289" class="LineNr">289 </span>    <span class="subxComment"># current read index</span>
@@ -387,7 +387,7 @@ if ('onhashchange' in window) {
 <span id="L325" class="LineNr">325 </span>    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 <span id="L326" class="LineNr">326 </span>
 <span id="L327" class="LineNr">327 </span><span class="subxComment"># a test buffered file for _test-output-stream</span>
-<span id="L328" class="LineNr">328 </span><span class="subxMinorFunction">_test-output-buffered-file</span>:  <span class="subxComment"># (ref buffered-file)</span>
+<span id="L328" class="LineNr">328 </span><span class="subxMinorFunction">_test-output-buffered-file</span>:  <span class="subxComment"># buffered-file</span>
 <span id="L329" class="LineNr">329 </span>    <span class="subxComment"># file descriptor or (addr stream byte)</span>
 <span id="L330" class="LineNr">330 </span>    <a href='064write-byte.subx.html#L286'>_test-output-stream</a>/imm32
 <span id="L331" class="LineNr">331 </span><span class="Constant">$_test-output-buffered-file-&gt;buffer</span>:
@@ -400,7 +400,7 @@ if ('onhashchange' in window) {
 <span id="L338" class="LineNr">338 </span>    <span class="subxComment"># data</span>
 <span id="L339" class="LineNr">339 </span>    00 00 00 00 00 00  <span class="subxComment"># 6 bytes</span>
 <span id="L340" class="LineNr">340 </span>
-<span id="L341" class="LineNr">341 </span><span class="subxMinorFunction">_test-error-stream</span>:  <span class="subxComment"># (ref stream byte)</span>
+<span id="L341" class="LineNr">341 </span><span class="subxMinorFunction">_test-error-stream</span>:  <span class="subxComment"># (stream byte)</span>
 <span id="L342" class="LineNr">342 </span>    <span class="subxComment"># current write index</span>
 <span id="L343" class="LineNr">343 </span>    0/imm32
 <span id="L344" class="LineNr">344 </span>    <span class="subxComment"># current read index</span>
@@ -418,7 +418,7 @@ if ('onhashchange' in window) {
 <span id="L356" class="LineNr">356 </span>    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 <span id="L357" class="LineNr">357 </span>
 <span id="L358" class="LineNr">358 </span><span class="subxComment"># a test buffered file for _test-error-stream</span>
-<span id="L359" class="LineNr">359 </span><span class="subxMinorFunction">_test-error-buffered-file</span>:  <span class="subxComment"># (ref buffered-file)</span>
+<span id="L359" class="LineNr">359 </span><span class="subxMinorFunction">_test-error-buffered-file</span>:  <span class="subxComment"># buffered-file</span>
 <span id="L360" class="LineNr">360 </span>    <span class="subxComment"># file descriptor or (addr stream byte)</span>
 <span id="L361" class="LineNr">361 </span>    <a href='064write-byte.subx.html#L341'>_test-error-stream</a>/imm32
 <span id="L362" class="LineNr">362 </span><span class="Constant">$_test-error-buffered-file-&gt;buffer</span>: