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-03 01:36:34 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
commit7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (patch)
tree405503a31b48f5c5e13f103efc5762e57b290625 /html/064write-byte.subx.html
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
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 8ab5318f..9fba419d 100644
--- a/html/064write-byte.subx.html
+++ b/html/064write-byte.subx.html
@@ -70,7 +70,7 @@ if ('onhashchange' in window) {
 <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="L11" class="LineNr"> 11 </span>    <span class="subxComment"># file descriptor or (address stream byte)</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>:
 <span id="L14" class="LineNr"> 14 </span>    <span class="subxComment"># inlined fields for a stream</span>
@@ -92,7 +92,7 @@ if ('onhashchange' in window) {
 <span id="L30" class="LineNr"> 30 </span><span class="subxS1Comment"># . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes</span>
 <span id="L31" class="LineNr"> 31 </span>
 <span id="L32" class="LineNr"> 32 </span><span class="subxComment"># Write lower byte of 'n' to 'f'.</span>
-<span id="L33" class="LineNr"> 33 </span><span class="subxFunction">write-byte-buffered</span>:  <span class="subxComment"># f : (address buffered-file), n : int</span>
+<span id="L33" class="LineNr"> 33 </span><span class="subxFunction">write-byte-buffered</span>:  <span class="subxComment"># f : (addr buffered-file), n : int</span>
 <span id="L34" class="LineNr"> 34 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L35" class="LineNr"> 35 </span>    55/push-ebp
 <span id="L36" class="LineNr"> 36 </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>
@@ -140,7 +140,7 @@ if ('onhashchange' in window) {
 <span id="L78" class="LineNr"> 78 </span>    5d/pop-to-ebp
 <span id="L79" class="LineNr"> 79 </span>    c3/return
 <span id="L80" class="LineNr"> 80 </span>
-<span id="L81" class="LineNr"> 81 </span><span class="subxFunction">flush</span>:  <span class="subxComment"># f : (address buffered-file)</span>
+<span id="L81" class="LineNr"> 81 </span><span class="subxFunction">flush</span>:  <span class="subxComment"># f : (addr buffered-file)</span>
 <span id="L82" class="LineNr"> 82 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L83" class="LineNr"> 83 </span>    55/push-ebp
 <span id="L84" class="LineNr"> 84 </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>
@@ -267,7 +267,7 @@ if ('onhashchange' in window) {
 <span id="L205" class="LineNr">205 </span><span class="subxH1Comment"># - variant without buffering</span>
 <span id="L206" class="LineNr">206 </span>
 <span id="L207" class="LineNr">207 </span><span class="subxComment"># Write lower byte of 'n' to 'f'.</span>
-<span id="L208" class="LineNr">208 </span><span class="subxFunction">append-byte</span>:  <span class="subxComment"># f : (address stream byte), n : int</span>
+<span id="L208" class="LineNr">208 </span><span class="subxFunction">append-byte</span>:  <span class="subxComment"># f : (addr stream byte), n : int</span>
 <span id="L209" class="LineNr">209 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L210" class="LineNr">210 </span>    55/push-ebp
 <span id="L211" class="LineNr">211 </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>
@@ -388,7 +388,7 @@ if ('onhashchange' in window) {
 <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="L329" class="LineNr">329 </span>    <span class="subxComment"># file descriptor or (address stream byte)</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>:
 <span id="L332" class="LineNr">332 </span>    <span class="subxComment"># current write index</span>
@@ -419,7 +419,7 @@ if ('onhashchange' in window) {
 <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="L360" class="LineNr">360 </span>    <span class="subxComment"># file descriptor or (address stream byte)</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>:
 <span id="L363" class="LineNr">363 </span>    <span class="subxComment"># current write index</span>