about summary refs log tree commit diff stats
path: root/html/subx/examples
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-28 13:41:53 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-28 13:41:53 -0700
commit4c37b3e91b3e9c891c22379f029c42abc38e408c (patch)
tree4ec99b816d7a0d1c93107e16ea1d79e4231e6962 /html/subx/examples
parent172e52c47bd5bd1b189c5160ffda30eb75c39239 (diff)
downloadmu-4c37b3e91b3e9c891c22379f029c42abc38e408c.tar.gz
4734
Diffstat (limited to 'html/subx/examples')
-rw-r--r--html/subx/examples/ex11.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/examples/ex11.subx.html b/html/subx/examples/ex11.subx.html
index 1cab461e..7ac67838 100644
--- a/html/subx/examples/ex11.subx.html
+++ b/html/subx/examples/ex11.subx.html
@@ -328,7 +328,7 @@ if ('onhashchange' in window) {
 <span id="L272" class="LineNr">272 </span>  68/push  &quot;.&quot;/imm32
 <span id="L273" class="LineNr">273 </span>      <span class="Comment"># call</span>
 <span id="L274" class="LineNr">274 </span>  e8/call  write-stderr/disp32
-<span id="L275" class="LineNr">275 </span>      <span class="Comment"># discard arg</span>
+<span id="L275" class="LineNr">275 </span>      <span class="Comment"># discard args</span>
 <span id="L276" class="LineNr">276 </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="L277" class="LineNr">277 </span>    <span class="Comment"># return</span>
 <span id="L278" class="LineNr">278 </span>  eb/jump  $check-ints-equal:end/disp8
@@ -341,14 +341,14 @@ if ('onhashchange' in window) {
 <span id="L285" class="LineNr">285 </span>  51/push-ECX
 <span id="L286" class="LineNr">286 </span>      <span class="Comment"># call</span>
 <span id="L287" class="LineNr">287 </span>  e8/call  write-stderr/disp32
-<span id="L288" class="LineNr">288 </span>      <span class="Comment"># discard arg</span>
+<span id="L288" class="LineNr">288 </span>      <span class="Comment"># discard args</span>
 <span id="L289" class="LineNr">289 </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="L290" class="LineNr">290 </span>    <span class="Comment"># print newline</span>
 <span id="L291" class="LineNr">291 </span>      <span class="Comment"># push args</span>
 <span id="L292" class="LineNr">292 </span>  68/push  Newline/imm32
 <span id="L293" class="LineNr">293 </span>      <span class="Comment"># call</span>
 <span id="L294" class="LineNr">294 </span>  e8/call  write-stderr/disp32
-<span id="L295" class="LineNr">295 </span>      <span class="Comment"># discard arg</span>
+<span id="L295" class="LineNr">295 </span>      <span class="Comment"># discard args</span>
 <span id="L296" class="LineNr">296 </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="L297" class="LineNr">297 </span>$check-ints-equal:end:
 <span id="L298" class="LineNr">298 </span>  <span class="Comment"># restore registers</span>