diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-02 14:41:21 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-02 14:41:21 -0800 |
commit | c98d4b1c6ae2d103acc7b4f15e4dc6336f30de17 (patch) | |
tree | 46da18e339b2d87fc14b9f064cf1addf04a5ae64 /html/subx/059read-byte.subx.html | |
parent | f75f333f52d42908ebf427f04fa6033f285ea5e5 (diff) | |
download | mu-c98d4b1c6ae2d103acc7b4f15e4dc6336f30de17.tar.gz |
4818
Diffstat (limited to 'html/subx/059read-byte.subx.html')
-rw-r--r-- | html/subx/059read-byte.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/059read-byte.subx.html b/html/subx/059read-byte.subx.html index c81434ac..6a057c34 100644 --- a/html/subx/059read-byte.subx.html +++ b/html/subx/059read-byte.subx.html @@ -107,7 +107,7 @@ if ('onhashchange' in window) { <span id="L41" class="LineNr"> 41 </span> <span id="L42" class="LineNr"> 42 </span><span class="subxComment"># return next byte value in EAX, with top 3 bytes cleared.</span> <span id="L43" class="LineNr"> 43 </span><span class="subxComment"># On EOF, return 0xffffffff.</span> -<span id="L44" class="LineNr"> 44 </span><span class="subxFunction">read-byte</span>: <span class="subxComment"># f : (address buffered-file) -> byte/EAX</span> +<span id="L44" class="LineNr"> 44 </span><span class="subxFunction">read-byte</span>: <span class="subxComment"># f : (address buffered-file) -> byte-or-eof/EAX</span> <span id="L45" class="LineNr"> 45 </span> <span class="subxS1Comment"># . prolog</span> <span id="L46" class="LineNr"> 46 </span> 55/push-EBP <span id="L47" class="LineNr"> 47 </span> 89/copy 3/mod/direct 5/rm32/EBP <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 4/r32/ESP <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> <span class="subxComment"># copy ESP to EBP</span> |