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/061read-byte.subx.html | |
parent | f1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff) | |
download | mu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz |
5884
Diffstat (limited to 'html/061read-byte.subx.html')
-rw-r--r-- | html/061read-byte.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/061read-byte.subx.html b/html/061read-byte.subx.html index e697f0c8..9416117f 100644 --- a/html/061read-byte.subx.html +++ b/html/061read-byte.subx.html @@ -73,7 +73,7 @@ if ('onhashchange' in window) { <span id="L11" class="LineNr"> 11 </span> <span id="L12" class="LineNr"> 12 </span><span class="subxComment"># The buffered file for standard input. Also illustrates the layout for</span> <span id="L13" class="LineNr"> 13 </span><span class="subxComment"># buffered-file: a pointer to the backing store, followed by a 'buffer' stream</span> -<span id="L14" class="LineNr"> 14 </span><span class="SpecialChar">Stdin</span>: <span class="subxComment"># (ref buffered-file)</span> +<span id="L14" class="LineNr"> 14 </span><span class="SpecialChar">Stdin</span>: <span class="subxComment"># buffered-file</span> <span id="L15" class="LineNr"> 15 </span> <span class="subxComment"># file descriptor or (addr stream byte)</span> <span id="L16" class="LineNr"> 16 </span> 0/imm32 <span class="subxComment"># standard input</span> <span id="L17" class="LineNr"> 17 </span><span class="Constant">$Stdin->buffer</span>: @@ -333,7 +333,7 @@ if ('onhashchange' in window) { <span id="L271" class="LineNr">271 </span>== data <span id="L272" class="LineNr">272 </span> <span id="L273" class="LineNr">273 </span><span class="subxComment"># a test buffered file for _test-stream</span> -<span id="L274" class="LineNr">274 </span><span class="subxMinorFunction">_test-buffered-file</span>: <span class="subxComment"># (ref buffered-file)</span> +<span id="L274" class="LineNr">274 </span><span class="subxMinorFunction">_test-buffered-file</span>: <span class="subxComment"># buffered-file</span> <span id="L275" class="LineNr">275 </span> <span class="subxComment"># file descriptor or (addr stream byte)</span> <span id="L276" class="LineNr">276 </span> <a href='057write.subx.html#L148'>_test-stream</a>/imm32 <span id="L277" class="LineNr">277 </span><span class="Constant">$_test-buffered-file->buffer</span>: @@ -346,7 +346,7 @@ if ('onhashchange' in window) { <span id="L284" class="LineNr">284 </span> <span class="subxComment"># data</span> <span id="L285" class="LineNr">285 </span> 00 00 00 00 00 00 <span class="subxComment"># 6 bytes</span> <span id="L286" class="LineNr">286 </span> -<span id="L287" class="LineNr">287 </span><span class="subxMinorFunction">_test-input-stream</span>: <span class="subxComment"># (ref stream byte)</span> +<span id="L287" class="LineNr">287 </span><span class="subxMinorFunction">_test-input-stream</span>: <span class="subxComment"># (stream byte)</span> <span id="L288" class="LineNr">288 </span> <span class="subxComment"># current write index</span> <span id="L289" class="LineNr">289 </span> 0/imm32 <span id="L290" class="LineNr">290 </span> <span class="subxComment"># current read index</span> @@ -372,7 +372,7 @@ if ('onhashchange' in window) { <span id="L310" class="LineNr">310 </span> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 <span id="L311" class="LineNr">311 </span> <span id="L312" class="LineNr">312 </span><span class="subxComment"># a test buffered file for _test-input-stream</span> -<span id="L313" class="LineNr">313 </span><span class="subxMinorFunction">_test-input-buffered-file</span>: <span class="subxComment"># (ref buffered-file)</span> +<span id="L313" class="LineNr">313 </span><span class="subxMinorFunction">_test-input-buffered-file</span>: <span class="subxComment"># buffered-file</span> <span id="L314" class="LineNr">314 </span> <span class="subxComment"># file descriptor or (addr stream byte)</span> <span id="L315" class="LineNr">315 </span> <a href='061read-byte.subx.html#L287'>_test-input-stream</a>/imm32 <span id="L316" class="LineNr">316 </span><span class="Constant">$_test-input-buffered-file->buffer</span>: |