diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-10-17 22:03:35 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-10-17 22:03:48 -0700 |
commit | b1635a5c8e25650a19999c246be321a0794eb58a (patch) | |
tree | a5ce06d138fac34b1e13fb1b06fd91b8b6c55712 /html/061read-byte.subx.html | |
parent | 540974343290cb9ac0cf55b999447bf563928612 (diff) | |
download | mu-b1635a5c8e25650a19999c246be321a0794eb58a.tar.gz |
5701
Diffstat (limited to 'html/061read-byte.subx.html')
-rw-r--r-- | html/061read-byte.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/061read-byte.subx.html b/html/061read-byte.subx.html index 1d0cb70f..262ac137 100644 --- a/html/061read-byte.subx.html +++ b/html/061read-byte.subx.html @@ -96,7 +96,7 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span><span class="subxComment"># return next byte value in eax, with top 3 bytes cleared.</span> <span id="L35" class="LineNr"> 35 </span><span class="subxComment"># On reaching end of file, return 0xffffffff (Eof).</span> <span id="L36" class="LineNr"> 36 </span><span class="subxFunction">read-byte-buffered</span>: <span class="subxComment"># f : (address buffered-file) -> byte-or-Eof/eax</span> -<span id="L37" class="LineNr"> 37 </span> <span class="subxS1Comment"># . prolog</span> +<span id="L37" class="LineNr"> 37 </span> <span class="subxS1Comment"># . prologue</span> <span id="L38" class="LineNr"> 38 </span> 55/push-ebp <span id="L39" class="LineNr"> 39 </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> <span id="L40" class="LineNr"> 40 </span> <span class="subxS1Comment"># . save registers</span> @@ -143,7 +143,7 @@ if ('onhashchange' in window) { <span id="L81" class="LineNr"> 81 </span> <span class="subxS1Comment"># . restore registers</span> <span id="L82" class="LineNr"> 82 </span> 5e/pop-to-esi <span id="L83" class="LineNr"> 83 </span> 59/pop-to-ecx -<span id="L84" class="LineNr"> 84 </span> <span class="subxS1Comment"># . epilog</span> +<span id="L84" class="LineNr"> 84 </span> <span class="subxS1Comment"># . epilogue</span> <span id="L85" class="LineNr"> 85 </span> 89/copy 3/mod/direct 4/rm32/esp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 5/r32/ebp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># copy ebp to esp</span> <span id="L86" class="LineNr"> 86 </span> 5d/pop-to-ebp <span id="L87" class="LineNr"> 87 </span> c3/return |