about summary refs log tree commit diff stats
path: root/html/061read-byte.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
commit7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (patch)
tree405503a31b48f5c5e13f103efc5762e57b290625 /html/061read-byte.subx.html
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
Diffstat (limited to 'html/061read-byte.subx.html')
-rw-r--r--html/061read-byte.subx.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/061read-byte.subx.html b/html/061read-byte.subx.html
index 9e5f62a6..e697f0c8 100644
--- a/html/061read-byte.subx.html
+++ b/html/061read-byte.subx.html
@@ -74,7 +74,7 @@ if ('onhashchange' in window) {
 <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="L15" class="LineNr"> 15 </span>    <span class="subxComment"># file descriptor or (address stream byte)</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-&gt;buffer</span>:
 <span id="L18" class="LineNr"> 18 </span>    <span class="subxComment"># inlined fields for a stream</span>
@@ -97,7 +97,7 @@ if ('onhashchange' in window) {
 <span id="L35" class="LineNr"> 35 </span>
 <span id="L36" class="LineNr"> 36 </span><span class="subxComment"># return next byte value in eax, with top 3 bytes cleared.</span>
 <span id="L37" class="LineNr"> 37 </span><span class="subxComment"># On reaching end of file, return 0xffffffff (Eof).</span>
-<span id="L38" class="LineNr"> 38 </span><span class="subxFunction">read-byte-buffered</span>:  <span class="subxComment"># f : (address buffered-file) -&gt; byte-or-Eof/eax</span>
+<span id="L38" class="LineNr"> 38 </span><span class="subxFunction">read-byte-buffered</span>:  <span class="subxComment"># f : (addr buffered-file) -&gt; byte-or-Eof/eax</span>
 <span id="L39" class="LineNr"> 39 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L40" class="LineNr"> 40 </span>    55/push-ebp
 <span id="L41" class="LineNr"> 41 </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>
@@ -334,7 +334,7 @@ if ('onhashchange' in window) {
 <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="L275" class="LineNr">275 </span>    <span class="subxComment"># file descriptor or (address stream byte)</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-&gt;buffer</span>:
 <span id="L278" class="LineNr">278 </span>    <span class="subxComment"># current write index</span>
@@ -373,7 +373,7 @@ if ('onhashchange' in window) {
 <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="L314" class="LineNr">314 </span>    <span class="subxComment"># file descriptor or (address stream byte)</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-&gt;buffer</span>:
 <span id="L317" class="LineNr">317 </span>    <span class="subxComment"># current write index</span>