about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-02 15:46:15 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-02 15:46:15 -0700
commite8a1153af1bc5fe394837b9cefb6165ea9c6b416 (patch)
tree552e0c2205115649e469f3abbd29274753e2b202
parent68dff52698b419c9e1bd64bb4558e2f899c87111 (diff)
downloadmu-e8a1153af1bc5fe394837b9cefb6165ea9c6b416.tar.gz
5611
-rw-r--r--apps/calls.subx6
-rw-r--r--html/apps/calls.subx.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/calls.subx b/apps/calls.subx
index 67f4027b..c07de7da 100644
--- a/apps/calls.subx
+++ b/apps/calls.subx
@@ -89,7 +89,7 @@ convert:  # in : (address buffered-file), out : (address buffered-file) -> <void
     #       write-stream-data(out, line)
     #       continue
     #     # emit comment
-    #     write-buffered(out, "# ")
+    #     write-buffered(out, "# . ")
     #     write-stream-data(out, line)
     #     # emit code
     #     ++line->read  # skip '('
@@ -141,7 +141,7 @@ $convert:break:
     # . . push args
     ff 6/subop/push *(ebp+0xc)
     # . . call
-    e8/call  flush/disp32
+    e8/call flush/disp32
     # . . discard args
     81 0/subop/add %esp 4/imm32
 $convert:end:
@@ -209,7 +209,7 @@ $emit-call:end:
     # . reclaim locals
     # . restore registers
     # . epilog
-    89/<- %esp  5/r32/ebp
+    89/<- %esp 5/r32/ebp
     5d/pop-to-ebp
     c3/return
 
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html
index e038ab0b..2004977e 100644
--- a/html/apps/calls.subx.html
+++ b/html/apps/calls.subx.html
@@ -148,7 +148,7 @@ if ('onhashchange' in window) {
 <span id="L89" class="LineNr"> 89 </span>    <span class="subxComment">#       write-stream-data(out, line)</span>
 <span id="L90" class="LineNr"> 90 </span>    <span class="subxComment">#       continue</span>
 <span id="L91" class="LineNr"> 91 </span>    <span class="subxComment">#     # emit comment</span>
-<span id="L92" class="LineNr"> 92 </span>    <span class="subxComment">#     write-buffered(out, &quot;# &quot;)</span>
+<span id="L92" class="LineNr"> 92 </span>    <span class="subxComment">#     write-buffered(out, &quot;# . &quot;)</span>
 <span id="L93" class="LineNr"> 93 </span>    <span class="subxComment">#     write-stream-data(out, line)</span>
 <span id="L94" class="LineNr"> 94 </span>    <span class="subxComment">#     # emit code</span>
 <span id="L95" class="LineNr"> 95 </span>    <span class="subxComment">#     ++line-&gt;read  # skip '('</span>
@@ -200,7 +200,7 @@ if ('onhashchange' in window) {
 <span id="L141" class="LineNr">141 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L142" class="LineNr">142 </span>    ff 6/subop/push *(ebp+0xc)
 <span id="L143" class="LineNr">143 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L144" class="LineNr">144 </span>    e8/call  <a href='../064write-byte.subx.html#L79'>flush</a>/disp32
+<span id="L144" class="LineNr">144 </span>    e8/call <a href='../064write-byte.subx.html#L79'>flush</a>/disp32
 <span id="L145" class="LineNr">145 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L146" class="LineNr">146 </span>    81 0/subop/add %esp 4/imm32
 <span id="L147" class="LineNr">147 </span><span class="Constant">$convert:end</span>:
@@ -268,7 +268,7 @@ if ('onhashchange' in window) {
 <span id="L209" class="LineNr">209 </span>    <span class="subxS1Comment"># . reclaim locals</span>
 <span id="L210" class="LineNr">210 </span>    <span class="subxS1Comment"># . restore registers</span>
 <span id="L211" class="LineNr">211 </span>    <span class="subxS1Comment"># . epilog</span>
-<span id="L212" class="LineNr">212 </span>    89/&lt;- %esp  5/r32/ebp
+<span id="L212" class="LineNr">212 </span>    89/&lt;- %esp 5/r32/ebp
 <span id="L213" class="LineNr">213 </span>    5d/pop-to-ebp
 <span id="L214" class="LineNr">214 </span>    c3/return
 <span id="L215" class="LineNr">215 </span>