diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-11 00:59:56 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-11 00:59:56 -0700 |
commit | 91a5f3e10300fd84db26690095329592de0942d7 (patch) | |
tree | 892f8d2f339f834ff6a8269e1fe098750c99090d /html/112read-byte.subx.html | |
parent | 3a4be20aba860bb62db3271b8e157bcc807514b0 (diff) | |
download | mu-91a5f3e10300fd84db26690095329592de0942d7.tar.gz |
6774
Diffstat (limited to 'html/112read-byte.subx.html')
-rw-r--r-- | html/112read-byte.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/112read-byte.subx.html b/html/112read-byte.subx.html index e101e460..30fba3a1 100644 --- a/html/112read-byte.subx.html +++ b/html/112read-byte.subx.html @@ -331,7 +331,7 @@ if ('onhashchange' in window) { <span id="L269" class="LineNr">269 </span> c3/return <span id="L270" class="LineNr">270 </span> <span id="L271" class="LineNr">271 </span><span class="subxComment"># Return next byte value in eax, with top 3 bytes cleared.</span> -<span id="L272" class="LineNr">272 </span><span class="subxComment"># Abort on reaching end of file.</span> +<span id="L272" class="LineNr">272 </span><span class="subxComment"># Abort on reaching end of stream.</span> <span id="L273" class="LineNr">273 </span><span class="subxFunction">read-byte</span>: <span class="subxComment"># s: (addr stream byte) -> result/eax: byte</span> <span id="L274" class="LineNr">274 </span> <span class="subxS1Comment"># . prologue</span> <span id="L275" class="LineNr">275 </span> 55/push-ebp |