about summary refs log tree commit diff stats
path: root/html/examples/ex8.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-17 22:03:35 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-17 22:03:48 -0700
commitb1635a5c8e25650a19999c246be321a0794eb58a (patch)
treea5ce06d138fac34b1e13fb1b06fd91b8b6c55712 /html/examples/ex8.subx.html
parent540974343290cb9ac0cf55b999447bf563928612 (diff)
downloadmu-b1635a5c8e25650a19999c246be321a0794eb58a.tar.gz
5701
Diffstat (limited to 'html/examples/ex8.subx.html')
-rw-r--r--html/examples/ex8.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/examples/ex8.subx.html b/html/examples/ex8.subx.html
index 2a2c0741..1f57fcdf 100644
--- a/html/examples/ex8.subx.html
+++ b/html/examples/ex8.subx.html
@@ -79,7 +79,7 @@ if ('onhashchange' in window) {
 <span id="L20" class="LineNr">20 </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>
 <span id="L21" class="LineNr">21 </span>
 <span id="L22" class="LineNr">22 </span><span class="SpecialChar">Entry</span>:
-<span id="L23" class="LineNr">23 </span>    <span class="subxS1Comment"># . prolog</span>
+<span id="L23" class="LineNr">23 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L24" class="LineNr">24 </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="L25" class="LineNr">25 </span>    <span class="subxComment"># eax = ascii-length(argv[1])</span>
 <span id="L26" class="LineNr">26 </span>    <span class="subxS2Comment"># . . push args</span>