about summary refs log tree commit diff stats
path: root/html/062write-stream.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/062write-stream.subx.html')
-rw-r--r--html/062write-stream.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/062write-stream.subx.html b/html/062write-stream.subx.html
index 49b3bfec..36a31115 100644
--- a/html/062write-stream.subx.html
+++ b/html/062write-stream.subx.html
@@ -76,7 +76,7 @@ if ('onhashchange' in window) {
 <span id="L15" class="LineNr"> 15 </span><span class="CommentedCode">#?     b8/copy-to-eax  1/imm32/exit</span>
 <span id="L16" class="LineNr"> 16 </span><span class="CommentedCode">#?     cd/syscall  0x80/imm8</span>
 <span id="L17" class="LineNr"> 17 </span>
-<span id="L18" class="LineNr"> 18 </span><span class="subxFunction">write-stream</span>:  <span class="subxComment"># f : fd or (address stream byte), s : (address stream byte)</span>
+<span id="L18" class="LineNr"> 18 </span><span class="subxFunction">write-stream</span>:  <span class="subxComment"># f : fd or (addr stream byte), s : (addr stream byte)</span>
 <span id="L19" class="LineNr"> 19 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L20" class="LineNr"> 20 </span>    55/push-ebp
 <span id="L21" class="LineNr"> 21 </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>
@@ -136,7 +136,7 @@ if ('onhashchange' in window) {
 <span id="L75" class="LineNr"> 75 </span>    5d/pop-to-ebp
 <span id="L76" class="LineNr"> 76 </span>    c3/return
 <span id="L77" class="LineNr"> 77 </span>
-<span id="L78" class="LineNr"> 78 </span><span class="subxMinorFunction">_write-stream</span>:  <span class="subxComment"># fd : int, s : (address stream byte)</span>
+<span id="L78" class="LineNr"> 78 </span><span class="subxMinorFunction">_write-stream</span>:  <span class="subxComment"># fd : int, s : (addr stream byte)</span>
 <span id="L79" class="LineNr"> 79 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L80" class="LineNr"> 80 </span>    55/push-ebp
 <span id="L81" class="LineNr"> 81 </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>