about summary refs log tree commit diff stats
path: root/html/subx/055trace.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/055trace.subx.html')
-rw-r--r--html/subx/055trace.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/055trace.subx.html b/html/subx/055trace.subx.html
index b5ee6e66..1719cd50 100644
--- a/html/subx/055trace.subx.html
+++ b/html/subx/055trace.subx.html
@@ -109,11 +109,11 @@ if ('onhashchange' in window) {
 <span id="L54" class="LineNr"> 54 </span><span class="Comment"># The Trace-stream segment will consist of variable-length lines separated by newlines (0x0a)</span>
 <span id="L55" class="LineNr"> 55 </span>initialize-trace-stream:
 <span id="L56" class="LineNr"> 56 </span>  <span class="Comment"># EAX = new-segment(0x1000)</span>
-<span id="L57" class="LineNr"> 57 </span>    <span class="Comment"># push arg</span>
+<span id="L57" class="LineNr"> 57 </span>    <span class="Comment"># push args</span>
 <span id="L58" class="LineNr"> 58 </span>  68/push  0x1000/imm32/N
 <span id="L59" class="LineNr"> 59 </span>    <span class="Comment"># call</span>
 <span id="L60" class="LineNr"> 60 </span>  e8/call  new-segment/disp32
-<span id="L61" class="LineNr"> 61 </span>    <span class="Comment"># discard arg</span>
+<span id="L61" class="LineNr"> 61 </span>    <span class="Comment"># discard args</span>
 <span id="L62" class="LineNr"> 62 </span>  81          0/subop/add         3/mod/direct    4/rm32/ESP   <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>         <span class="Delimiter"> . </span>              4/imm32           <span class="Comment"># add to ESP</span>
 <span id="L63" class="LineNr"> 63 </span>  <span class="Comment"># copy EAX to *Trace-stream</span>
 <span id="L64" class="LineNr"> 64 </span>  89/copy                         0/mod/indirect  5/rm32/.disp32           <span class="Delimiter"> . </span>           <span class="Delimiter"> . </span>          0/r32/EAX   Trace-stream/disp32               <span class="Comment"># copy EAX to *Trace-stream</span>