about summary refs log tree commit diff stats
path: root/html/apps/ex8.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/ex8.subx.html')
-rw-r--r--html/apps/ex8.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex8.subx.html b/html/apps/ex8.subx.html
index df27c764..4055c3f0 100644
--- a/html/apps/ex8.subx.html
+++ b/html/apps/ex8.subx.html
@@ -93,7 +93,7 @@ if ('onhashchange' in window) {
 <span id="L34" class="LineNr">34 </span>    89/copy                         3/mod/direct    3/rm32/ebx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          0/r32/eax  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy eax to ebx</span>
 <span id="L35" class="LineNr">35 </span>    e8/call  syscall_exit/disp32
 <span id="L36" class="LineNr">36 </span>
-<span id="L37" class="LineNr">37 </span><span class="subxFunction">ascii-length</span>:  <span class="subxComment"># s : (addr array byte) -&gt; n/eax</span>
+<span id="L37" class="LineNr">37 </span><span class="subxFunction">ascii-length</span>:  <span class="subxComment"># s: (addr array byte) -&gt; n/eax</span>
 <span id="L38" class="LineNr">38 </span>    <span class="subxComment"># edx = s</span>
 <span id="L39" class="LineNr">39 </span>    8b/copy                         1/mod/*+disp8   4/rm32/sib    4/base/esp  4/index/none <span class="Normal"> . </span>          2/r32/edx   4/disp8        <span class="Normal"> . </span>                <span class="subxComment"># copy *(esp+4) to edx</span>
 <span id="L40" class="LineNr">40 </span>    <span class="subxComment"># var result/eax = 0</span>