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-27 00:39:46 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-27 00:39:46 -0800
commit2104d1a75b76dbffc0b15a96c98d94e7a16594e8 (patch)
tree2a839b86e76431a9bbe4bf155f7411171a26d7f8 /html/061read-byte.subx.html
parent71eb22a5bf94f5fa0a3c95212450e3c6a1a6a990 (diff)
downloadmu-2104d1a75b76dbffc0b15a96c98d94e7a16594e8.tar.gz
5925
Diffstat (limited to 'html/061read-byte.subx.html')
-rw-r--r--html/061read-byte.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/061read-byte.subx.html b/html/061read-byte.subx.html
index 0be60e25..8ffe504e 100644
--- a/html/061read-byte.subx.html
+++ b/html/061read-byte.subx.html
@@ -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 : (addr 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>