about summary refs log tree commit diff stats
path: root/html/subx/ex8.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-20 23:23:45 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-20 23:23:45 -0700
commitd2c239e1fa07f8d72f4ec5e27e56abbb4395306e (patch)
tree1d7e6c2048fb9c1c124818710bae1f08a0b7ca71 /html/subx/ex8.subx.html
parentb5737fc0efcd929dc6a66afd0b9537b44ce1290a (diff)
downloadmu-d2c239e1fa07f8d72f4ec5e27e56abbb4395306e.tar.gz
4525
Diffstat (limited to 'html/subx/ex8.subx.html')
-rw-r--r--html/subx/ex8.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/ex8.subx.html b/html/subx/ex8.subx.html
index 96bfb430..70433c87 100644
--- a/html/subx/ex8.subx.html
+++ b/html/subx/ex8.subx.html
@@ -140,7 +140,7 @@ if ('onhashchange' in window) {
 <span id="L84" class="LineNr">84 </span>
 <span id="L85" class="LineNr">85 </span>  <span class="SalientComment">## exit(b)</span>
 <span id="L86" class="LineNr">86 </span>  <span class="Comment"># load b</span>
-<span id="L87" class="LineNr">87 </span>  bb                             <span class="Delimiter"> . </span>             <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>              0x0804912d/imm32/b      <span class="Comment"># copy to EBX</span>
+<span id="L87" class="LineNr">87 </span>  bb/copy                        <span class="Delimiter"> . </span>             <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>              0x0804912d/imm32/b      <span class="Comment"># copy to EBX</span>
 <span id="L88" class="LineNr">88 </span>  8b/copy                         0/mod/indirect  3/rm32/EBX                                          3/r32/EBX                                           <span class="Comment"># copy *EBX to EBX</span>
 <span id="L89" class="LineNr">89 </span>  <span class="Comment">#</span>
 <span id="L90" class="LineNr">90 </span>  b8/copy                        <span class="Delimiter"> . </span>             <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>              1/imm32/exit            <span class="Comment"># copy 1 to EAX</span>