about summary refs log tree commit diff stats
path: root/html/subx/examples/ex3.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-20 01:44:06 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-20 01:44:06 -0700
commit52daf0722f7f4ad9d3f29e3cbbbaddde066f49f3 (patch)
treedac2a82e0b7148f2f215dee77c013b7a6fb329a2 /html/subx/examples/ex3.subx.html
parentcfea67e9a00419c4493699c0ac8691d9bbb0ceca (diff)
downloadmu-52daf0722f7f4ad9d3f29e3cbbbaddde066f49f3.tar.gz
5211
Update syntax-highlighted renderings after a _long_ time.
Diffstat (limited to 'html/subx/examples/ex3.subx.html')
-rw-r--r--html/subx/examples/ex3.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/examples/ex3.subx.html b/html/subx/examples/ex3.subx.html
index d7ace88f..096ff79c 100644
--- a/html/subx/examples/ex3.subx.html
+++ b/html/subx/examples/ex3.subx.html
@@ -64,7 +64,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span><span class="subxComment">#   $ echo $?</span>
 <span id="L8" class="LineNr"> 8 </span><span class="subxComment">#   55</span>
 <span id="L9" class="LineNr"> 9 </span>
-<span id="L10" class="LineNr">10 </span>== code
+<span id="L10" class="LineNr">10 </span>== code 0x09000000
 <span id="L11" class="LineNr">11 </span><span class="subxComment">#   instruction                     effective address                                                   register    displacement    immediate</span>
 <span id="L12" class="LineNr">12 </span><span class="subxS1Comment"># . op          subop               mod             rm32          base        index         scale       r32</span>
 <span id="L13" class="LineNr">13 </span><span class="subxS1Comment"># . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes</span>
@@ -81,7 +81,7 @@ if ('onhashchange' in window) {
 <span id="L24" class="LineNr">24 </span>    <span class="subxComment"># result += counter</span>
 <span id="L25" class="LineNr">25 </span>    01/add                          3/mod/direct    3/rm32/EBX   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          1/r32/ECX  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># add ECX to EBX</span>
 <span id="L26" class="LineNr">26 </span>    <span class="subxComment"># ++counter</span>
-<span id="L27" class="LineNr">27 </span>    41/inc-ECX
+<span id="L27" class="LineNr">27 </span>    41/increment-ECX
 <span id="L28" class="LineNr">28 </span>    <span class="subxComment"># loop</span>
 <span id="L29" class="LineNr">29 </span>    eb/jump  $loop/disp8
 <span id="L30" class="LineNr">30 </span>