about summary refs log tree commit diff stats
path: root/html/062write-stream.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/062write-stream.subx.html
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
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>
#n224'>224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268