about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apps/mu.subx5
-rw-r--r--html/apps/braces.subx.html36
-rw-r--r--html/apps/mu.subx.html739
-rw-r--r--linkify/linkify.cc6
4 files changed, 398 insertions, 388 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 5036103e..481ed0e7 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -263,7 +263,10 @@ parse-mu:  # in : (address buffered-file)
     #       else if slice-starts-with?(word-slice, "#")  # comment
     #         break                                 # end of line
     #       else if slice-equal(word-slice, "fn")
-    #         var curr-function/ecx : (address function)
+    #         var new-function : (address function) = new function
+    #         populate-mu-function(in, new-function)
+    #         *curr-function = new-function
+    #         curr-function = &new-function->next
     #       else
     #         abort()
     #
diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html
index 498489b5..f502220f 100644
--- a/html/apps/braces.subx.html
+++ b/html/apps/braces.subx.html
@@ -320,15 +320,15 @@ if ('onhashchange' in window) {
 <span id="L261" class="LineNr">261 </span>    55/push-ebp
 <span id="L262" class="LineNr">262 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L263" class="LineNr">263 </span>    <span class="subxComment"># setup</span>
-<span id="L264" class="LineNr">264 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-stream)
-<span id="L265" class="LineNr">265 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-stream)
-<span id="L266" class="LineNr">266 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-buffered-file-&gt;buffer)
-<span id="L267" class="LineNr">267 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-buffered-file-&gt;buffer)
+<span id="L264" class="LineNr">264 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a>)
+<span id="L265" class="LineNr">265 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a>)
+<span id="L266" class="LineNr">266 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L317'>_test-input-buffered-file-&gt;buffer</a>)
+<span id="L267" class="LineNr">267 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L331'>_test-output-buffered-file-&gt;buffer</a>)
 <span id="L268" class="LineNr">268 </span>    <span class="subxComment"># test</span>
 <span id="L269" class="LineNr">269 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;== abcd 0x1&quot;</span>)
-<span id="L270" class="LineNr">270 </span>    (<a href='braces.subx.html#L78'>subx-braces</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> _test-output-buffered-file)
+<span id="L270" class="LineNr">270 </span>    (<a href='braces.subx.html#L78'>subx-braces</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L271" class="LineNr">271 </span>    <span class="subxComment"># check that the line just passed through</span>
-<span id="L272" class="LineNr">272 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> _test-output-buffered-file)
+<span id="L272" class="LineNr">272 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L273" class="Folded">273 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------</span>
 <span id="L278" class="LineNr">278 </span>    (<a href='../058stream-equal.subx.html#L193'>check-stream-equal</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a> <span class="Constant">&quot;== abcd 0x1 \n&quot;</span> <span class="Constant">&quot;F - test-subx-braces-passes-most-words-through&quot;</span>)
 <span id="L279" class="LineNr">279 </span>    <span class="subxS1Comment"># . epilogue</span>
@@ -353,15 +353,15 @@ if ('onhashchange' in window) {
 <span id="L298" class="LineNr">298 </span>    55/push-ebp
 <span id="L299" class="LineNr">299 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L300" class="LineNr">300 </span>    <span class="subxComment"># setup</span>
-<span id="L301" class="LineNr">301 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-stream)
-<span id="L302" class="LineNr">302 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-stream)
-<span id="L303" class="LineNr">303 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-buffered-file-&gt;buffer)
-<span id="L304" class="LineNr">304 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-buffered-file-&gt;buffer)
+<span id="L301" class="LineNr">301 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a>)
+<span id="L302" class="LineNr">302 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a>)
+<span id="L303" class="LineNr">303 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L317'>_test-input-buffered-file-&gt;buffer</a>)
+<span id="L304" class="LineNr">304 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L331'>_test-output-buffered-file-&gt;buffer</a>)
 <span id="L305" class="LineNr">305 </span>    <span class="subxComment"># test</span>
 <span id="L306" class="LineNr">306 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;{\nab break/imm32\ncd loop/imm32\n}&quot;</span>)
-<span id="L307" class="LineNr">307 </span>    (<a href='braces.subx.html#L78'>subx-braces</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> _test-output-buffered-file)
+<span id="L307" class="LineNr">307 </span>    (<a href='braces.subx.html#L78'>subx-braces</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L308" class="LineNr">308 </span>    <span class="subxComment"># check that the line just passed through</span>
-<span id="L309" class="LineNr">309 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> _test-output-buffered-file)
+<span id="L309" class="LineNr">309 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L310" class="Folded">310 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------</span>
 <span id="L315" class="LineNr">315 </span>    (<a href='../058stream-equal.subx.html#L193'>check-stream-equal</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a> <span class="Constant">&quot;_loop0x00000001:\nab _break0x00000001/imm32 \ncd _loop0x00000001/imm32 \n_break0x00000001:\n&quot;</span> <span class="Constant">&quot;F - test-subx-braces-1&quot;</span>)
 <span id="L316" class="LineNr">316 </span>    <span class="subxS1Comment"># . epilogue</span>
@@ -390,15 +390,15 @@ if ('onhashchange' in window) {
 <span id="L339" class="LineNr">339 </span>    55/push-ebp
 <span id="L340" class="LineNr">340 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L341" class="LineNr">341 </span>    <span class="subxComment"># setup</span>
-<span id="L342" class="LineNr">342 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-stream)
-<span id="L343" class="LineNr">343 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-stream)
-<span id="L344" class="LineNr">344 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-buffered-file-&gt;buffer)
-<span id="L345" class="LineNr">345 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-buffered-file-&gt;buffer)
+<span id="L342" class="LineNr">342 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a>)
+<span id="L343" class="LineNr">343 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a>)
+<span id="L344" class="LineNr">344 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L317'>_test-input-buffered-file-&gt;buffer</a>)
+<span id="L345" class="LineNr">345 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L331'>_test-output-buffered-file-&gt;buffer</a>)
 <span id="L346" class="LineNr">346 </span>    <span class="subxComment"># test</span>
 <span id="L347" class="LineNr">347 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;{\n{\nab break/imm32\n}\ncd loop/imm32\n}&quot;</span>)
-<span id="L348" class="LineNr">348 </span>    (<a href='braces.subx.html#L78'>subx-braces</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> _test-output-buffered-file)
+<span id="L348" class="LineNr">348 </span>    (<a href='braces.subx.html#L78'>subx-braces</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L349" class="LineNr">349 </span>    <span class="subxComment"># check that the line just passed through</span>
-<span id="L350" class="LineNr">350 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> _test-output-buffered-file)
+<span id="L350" class="LineNr">350 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L351" class="Folded">351 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------</span>
 <span id="L356" class="LineNr">356 </span>    (<a href='../058stream-equal.subx.html#L193'>check-stream-equal</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a> <span class="Constant">&quot;_loop0x00000001:\n_loop0x00000002:\nab _break0x00000002/imm32 \n_break0x00000002:\ncd _loop0x00000001/imm32 \n_break0x00000001:\n&quot;</span> <span class="Constant">&quot;F - test-subx-braces-2&quot;</span>)
 <span id="L357" class="LineNr">357 </span>    <span class="subxS1Comment"># . epilogue</span>
diff --git a/html/apps/mu.subx.html b/html/apps/mu.subx.html
index 753c7861..9ba938aa 100644
--- a/html/apps/mu.subx.html
+++ b/html/apps/mu.subx.html
@@ -165,8 +165,8 @@ if ('onhashchange' in window) {
 <span id="L105" class="LineNr">105 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L106" class="LineNr">106 </span>    <span class="subxComment">#</span>
 <span id="L107" class="LineNr">107 </span>    (<a href='mu.subx.html#L250'>parse-mu</a> *(ebp+8))
-<span id="L108" class="LineNr">108 </span>    (check-mu-types)
-<span id="L109" class="LineNr">109 </span>    (<a href='mu.subx.html#L559'>emit-subx</a> *(ebp+0xc))
+<span id="L108" class="LineNr">108 </span>    (<a href='mu.subx.html#L551'>check-mu-types</a>)
+<span id="L109" class="LineNr">109 </span>    (<a href='mu.subx.html#L562'>emit-subx</a> *(ebp+0xc))
 <span id="L110" class="LineNr">110 </span><span class="Constant">$convert-mu:end</span>:
 <span id="L111" class="LineNr">111 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L112" class="LineNr">112 </span>    89/&lt;- %esp 5/r32/ebp
@@ -179,13 +179,13 @@ if ('onhashchange' in window) {
 <span id="L119" class="LineNr">119 </span>    55/push-ebp
 <span id="L120" class="LineNr">120 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L121" class="LineNr">121 </span>    <span class="subxComment"># setup</span>
-<span id="L122" class="LineNr">122 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-stream)
-<span id="L123" class="LineNr">123 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-buffered-file-&gt;buffer)
-<span id="L124" class="LineNr">124 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-stream)
-<span id="L125" class="LineNr">125 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-buffered-file-&gt;buffer)
+<span id="L122" class="LineNr">122 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a>)
+<span id="L123" class="LineNr">123 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L317'>_test-input-buffered-file-&gt;buffer</a>)
+<span id="L124" class="LineNr">124 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a>)
+<span id="L125" class="LineNr">125 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L331'>_test-output-buffered-file-&gt;buffer</a>)
 <span id="L126" class="LineNr">126 </span>    <span class="subxComment">#</span>
-<span id="L127" class="LineNr">127 </span>    (<a href='mu.subx.html#L102'>convert-mu</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> _test-output-buffered-file)
-<span id="L128" class="LineNr">128 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> _test-output-buffered-file)
+<span id="L127" class="LineNr">127 </span>    (<a href='mu.subx.html#L102'>convert-mu</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
+<span id="L128" class="LineNr">128 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L129" class="LineNr">129 </span>    (<a href='../058stream-equal.subx.html#L193'>check-stream-equal</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a> <span class="Constant">&quot;&quot;</span> <span class="Constant">&quot;F - test-convert-empty-input&quot;</span>)
 <span id="L130" class="LineNr">130 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L131" class="LineNr">131 </span>    89/&lt;- %esp 5/r32/ebp
@@ -209,16 +209,16 @@ if ('onhashchange' in window) {
 <span id="L149" class="LineNr">149 </span>    55/push-ebp
 <span id="L150" class="LineNr">150 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L151" class="LineNr">151 </span>    <span class="subxComment"># setup</span>
-<span id="L152" class="LineNr">152 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-stream)
-<span id="L153" class="LineNr">153 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-buffered-file-&gt;buffer)
-<span id="L154" class="LineNr">154 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-stream)
-<span id="L155" class="LineNr">155 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-buffered-file-&gt;buffer)
+<span id="L152" class="LineNr">152 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a>)
+<span id="L153" class="LineNr">153 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L317'>_test-input-buffered-file-&gt;buffer</a>)
+<span id="L154" class="LineNr">154 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a>)
+<span id="L155" class="LineNr">155 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L331'>_test-output-buffered-file-&gt;buffer</a>)
 <span id="L156" class="LineNr">156 </span>    <span class="subxComment">#</span>
 <span id="L157" class="LineNr">157 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;fn foo {\n&quot;</span>)
 <span id="L158" class="LineNr">158 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;}\n&quot;</span>)
 <span id="L159" class="LineNr">159 </span>    <span class="subxComment"># convert</span>
-<span id="L160" class="LineNr">160 </span>    (<a href='mu.subx.html#L102'>convert-mu</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> _test-output-buffered-file)
-<span id="L161" class="LineNr">161 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> _test-output-buffered-file)
+<span id="L160" class="LineNr">160 </span>    (<a href='mu.subx.html#L102'>convert-mu</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
+<span id="L161" class="LineNr">161 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L162" class="Folded">162 </span><span class="Folded">+--  6 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------</span>
 <span id="L168" class="LineNr">168 </span>    <span class="subxComment"># check output</span>
 <span id="L169" class="LineNr">169 </span>    (<a href='../058stream-equal.subx.html#L563'>check-next-stream-line-equal</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a> <span class="Constant">&quot;foo:&quot;</span>                  <span class="Constant">&quot;F - <a href='mu.subx.html#L135'>test-convert-function-skeleton</a>/0&quot;</span>)
@@ -261,18 +261,18 @@ if ('onhashchange' in window) {
 <span id="L206" class="LineNr">206 </span>    55/push-ebp
 <span id="L207" class="LineNr">207 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L208" class="LineNr">208 </span>    <span class="subxComment"># setup</span>
-<span id="L209" class="LineNr">209 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-stream)
-<span id="L210" class="LineNr">210 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-input-buffered-file-&gt;buffer)
-<span id="L211" class="LineNr">211 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-stream)
-<span id="L212" class="LineNr">212 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> _test-output-buffered-file-&gt;buffer)
+<span id="L209" class="LineNr">209 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a>)
+<span id="L210" class="LineNr">210 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../061read-byte.subx.html#L317'>_test-input-buffered-file-&gt;buffer</a>)
+<span id="L211" class="LineNr">211 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a>)
+<span id="L212" class="LineNr">212 </span>    (<a href='../055stream.subx.html#L17'>clear-stream</a> <a href='../064write-byte.subx.html#L331'>_test-output-buffered-file-&gt;buffer</a>)
 <span id="L213" class="LineNr">213 </span>    <span class="subxComment">#</span>
 <span id="L214" class="LineNr">214 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;fn foo {\n&quot;</span>)
 <span id="L215" class="LineNr">215 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;}\n&quot;</span>)
 <span id="L216" class="LineNr">216 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;fn bar {\n&quot;</span>)
 <span id="L217" class="LineNr">217 </span>    (<a href='../057write.subx.html#L24'>write</a> <a href='../061read-byte.subx.html#L288'>_test-input-stream</a> <span class="Constant">&quot;}\n&quot;</span>)
 <span id="L218" class="LineNr">218 </span>    <span class="subxComment"># convert</span>
-<span id="L219" class="LineNr">219 </span>    (<a href='mu.subx.html#L102'>convert-mu</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> _test-output-buffered-file)
-<span id="L220" class="LineNr">220 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> _test-output-buffered-file)
+<span id="L219" class="LineNr">219 </span>    (<a href='mu.subx.html#L102'>convert-mu</a> <a href='../061read-byte.subx.html#L314'>_test-input-buffered-file</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
+<span id="L220" class="LineNr">220 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <a href='../064write-byte.subx.html#L328'>_test-output-buffered-file</a>)
 <span id="L221" class="Folded">221 </span><span class="Folded">+--  6 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------</span>
 <span id="L227" class="LineNr">227 </span>    <span class="subxComment"># check first function</span>
 <span id="L228" class="LineNr">228 </span>    (<a href='../058stream-equal.subx.html#L563'>check-next-stream-line-equal</a> <a href='../064write-byte.subx.html#L286'>_test-output-stream</a> <span class="Constant">&quot;foo:&quot;</span>                  <span class="Constant">&quot;F - <a href='mu.subx.html#L182'>test-convert-multiple-function-skeletons</a>/0&quot;</span>)
@@ -313,354 +313,357 @@ if ('onhashchange' in window) {
 <span id="L263" class="LineNr">263 </span>    <span class="subxComment">#       else if slice-starts-with?(word-slice, &quot;#&quot;)  # comment</span>
 <span id="L264" class="LineNr">264 </span>    <span class="subxComment">#         break                                 # end of line</span>
 <span id="L265" class="LineNr">265 </span>    <span class="subxComment">#       else if slice-equal(word-slice, &quot;fn&quot;)</span>
-<span id="L266" class="LineNr">266 </span>    <span class="subxComment">#         var curr-function/ecx : (address function)</span>
-<span id="L267" class="LineNr">267 </span>    <span class="subxComment">#       else</span>
-<span id="L268" class="LineNr">268 </span>    <span class="subxComment">#         abort()</span>
-<span id="L269" class="LineNr">269 </span>    <span class="subxComment">#</span>
-<span id="L270" class="LineNr">270 </span>    <span class="subxS1Comment"># . prologue</span>
-<span id="L271" class="LineNr">271 </span>    55/push-ebp
-<span id="L272" class="LineNr">272 </span>    89/&lt;- %ebp 4/r32/esp
-<span id="L273" class="LineNr">273 </span>    <span class="subxS1Comment"># . save registers</span>
-<span id="L274" class="LineNr">274 </span>    50/push-eax
-<span id="L275" class="LineNr">275 </span>    51/push-ecx
-<span id="L276" class="LineNr">276 </span>    52/push-edx
-<span id="L277" class="LineNr">277 </span>    57/push-edi
-<span id="L278" class="LineNr">278 </span>    <span class="subxComment"># var line/ecx : (stream byte 512)</span>
-<span id="L279" class="LineNr">279 </span>    81 5/subop/subtract %esp 0x200/imm32
-<span id="L280" class="LineNr">280 </span>    68/push 0x200/imm32/length
-<span id="L281" class="LineNr">281 </span>    68/push 0/imm32/read
-<span id="L282" class="LineNr">282 </span>    68/push 0/imm32/write
-<span id="L283" class="LineNr">283 </span>    89/&lt;- %ecx 4/r32/esp
-<span id="L284" class="LineNr">284 </span>    <span class="subxComment"># var word-slice/edx : slice</span>
-<span id="L285" class="LineNr">285 </span>    68/push 0/imm32/end
-<span id="L286" class="LineNr">286 </span>    68/push 0/imm32/start
-<span id="L287" class="LineNr">287 </span>    89/&lt;- %edx 4/r32/esp
-<span id="L288" class="LineNr">288 </span>    <span class="subxComment"># var curr-function/edi : (address function) = Program</span>
-<span id="L289" class="LineNr">289 </span>    bf/copy-to-edi <span class="SpecialChar"><a href='mu.subx.html#L11'>Program</a></span>/imm32
-<span id="L290" class="LineNr">290 </span>    {
-<span id="L291" class="LineNr">291 </span><span class="Constant">$parse-mu:line-loop</span>:
-<span id="L292" class="LineNr">292 </span>      (<a href='../055stream.subx.html#L17'>clear-stream</a> %ecx)
-<span id="L293" class="LineNr">293 </span>      (<a href='../071read-line.subx.html#L9'>read-line-buffered</a> *(ebp+8) %ecx)
-<span id="L294" class="LineNr">294 </span>      <span class="subxComment"># if (line-&gt;write == 0) break</span>
-<span id="L295" class="LineNr">295 </span>      81 7/subop/compare *ecx 0/imm32
-<span id="L296" class="LineNr">296 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
-<span id="L297" class="Folded">297 </span><span class="Folded">+--  6 lines: #?       # dump line ---------------------------------------------------------------------------------------------------------------------------</span>
-<span id="L303" class="LineNr">303 </span>      { <span class="subxComment"># word loop</span>
-<span id="L304" class="LineNr">304 </span><span class="Constant">$parse-mu:word-loop</span>:
-<span id="L305" class="LineNr">305 </span>        (<a href='../094next-word-or-string.subx.html#L8'>next-word-or-string</a> %ecx %edx)
-<span id="L306" class="LineNr">306 </span>        <span class="subxComment"># if (slice-empty?(word-slice)) break</span>
-<span id="L307" class="LineNr">307 </span>        (<a href='../072slice.subx.html#L9'>slice-empty?</a> %edx)
-<span id="L308" class="LineNr">308 </span>        3d/compare-eax-and 0/imm32
-<span id="L309" class="LineNr">309 </span>        0f 85/jump-if-not-equal <span class="Constant">break</span>/disp32
-<span id="L310" class="LineNr">310 </span>        <span class="subxComment"># if (*word-slice-&gt;start == &quot;#&quot;) break</span>
-<span id="L311" class="LineNr">311 </span>        <span class="subxS1Comment"># . eax = *word-slice-&gt;start</span>
-<span id="L312" class="LineNr">312 </span>        8b/-&gt; *edx 0/r32/eax
-<span id="L313" class="LineNr">313 </span>        8a/copy-byte *eax 0/r32/AL
-<span id="L314" class="LineNr">314 </span>        81 4/subop/and %eax 0xff/imm32
-<span id="L315" class="LineNr">315 </span>        <span class="subxS1Comment"># . if (eax == '#') break</span>
-<span id="L316" class="LineNr">316 </span>        3d/compare-eax-and 0x23/imm32/hash
-<span id="L317" class="LineNr">317 </span>        0f 84/jump-if-equal <span class="Constant">break</span>/disp32
-<span id="L318" class="LineNr">318 </span>        <span class="subxComment"># if slice-equal?(word-slice, &quot;fn&quot;)</span>
-<span id="L319" class="LineNr">319 </span>        {
-<span id="L320" class="LineNr">320 </span>          (<a href='../072slice.subx.html#L91'>slice-equal?</a> %edx <span class="Constant">&quot;fn&quot;</span>)
-<span id="L321" class="LineNr">321 </span>          3d/compare-eax-and 0/imm32
-<span id="L322" class="LineNr">322 </span>          0f 84/jump-if-equal <span class="Constant">break</span>/disp32
-<span id="L323" class="LineNr">323 </span>          <span class="subxComment"># var new-function/eax : (address function) = populate-mu-function()</span>
-<span id="L324" class="LineNr">324 </span>          (<a href='../069allocate.subx.html#L61'>allocate</a> <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span> *<span class="SpecialChar"><a href='mu.subx.html#L22'>Function-size</a></span>)  <span class="subxComment"># =&gt; eax</span>
-<span id="L325" class="LineNr">325 </span>          (<a href='mu.subx.html#L368'>populate-mu-function-header</a> %ecx %eax)
-<span id="L326" class="LineNr">326 </span>          (<a href='mu.subx.html#L437'>populate-mu-function-body</a> *(ebp+8) %eax)
-<span id="L327" class="LineNr">327 </span>          <span class="subxComment"># *curr-function = new-function</span>
-<span id="L328" class="LineNr">328 </span>          89/&lt;- *edi 0/r32/eax
-<span id="L329" class="LineNr">329 </span>          <span class="subxComment"># curr-function = &amp;new-function-&gt;next</span>
-<span id="L330" class="LineNr">330 </span>          8d/address-&gt; *(eax+0x10) 7/r32/edi
-<span id="L331" class="LineNr">331 </span>          e9/jump $parse-mu:word-loop/disp32
-<span id="L332" class="LineNr">332 </span>        }
-<span id="L333" class="LineNr">333 </span>        <span class="subxComment"># otherwise abort</span>
-<span id="L334" class="LineNr">334 </span>        e9/jump $parse-mu:abort/disp32
-<span id="L335" class="LineNr">335 </span>      } <span class="subxComment"># end word loop</span>
-<span id="L336" class="LineNr">336 </span>      e9/jump <span class="Constant">loop</span>/disp32
-<span id="L337" class="LineNr">337 </span>    } <span class="subxComment"># end line loop</span>
-<span id="L338" class="LineNr">338 </span><span class="Constant">$parse-mu:end</span>:
-<span id="L339" class="LineNr">339 </span>    <span class="subxS1Comment"># . reclaim locals</span>
-<span id="L340" class="LineNr">340 </span>    81 0/subop/add %esp 0x214/imm32
-<span id="L341" class="LineNr">341 </span>    <span class="subxS1Comment"># . restore registers</span>
-<span id="L342" class="LineNr">342 </span>    5f/pop-to-edi
-<span id="L343" class="LineNr">343 </span>    5a/pop-to-edx
-<span id="L344" class="LineNr">344 </span>    59/pop-to-ecx
-<span id="L345" class="LineNr">345 </span>    58/pop-to-eax
-<span id="L346" class="LineNr">346 </span>    <span class="subxS1Comment"># . epilogue</span>
-<span id="L347" class="LineNr">347 </span>    89/&lt;- %esp 5/r32/ebp
-<span id="L348" class="LineNr">348 </span>    5d/pop-to-ebp
-<span id="L349" class="LineNr">349 </span>    c3/return
-<span id="L350" class="LineNr">350 </span>
-<span id="L351" class="LineNr">351 </span><span class="Constant">$parse-mu:abort</span>:
-<span id="L352" class="LineNr">352 </span>    <span class="subxComment"># error(&quot;unexpected top-level command: &quot; word-slice &quot;\n&quot;)</span>
-<span id="L353" class="LineNr">353 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;unexpected top-level command: &quot;</span>)
-<span id="L354" class="LineNr">354 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> %edx)
-<span id="L355" class="LineNr">355 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;\n&quot;</span>)
-<span id="L356" class="LineNr">356 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span>)
-<span id="L357" class="LineNr">357 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
-<span id="L358" class="LineNr">358 </span>    bb/copy-to-ebx  1/imm32
-<span id="L359" class="LineNr">359 </span>    b8/copy-to-eax  1/imm32/exit
-<span id="L360" class="LineNr">360 </span>    cd/syscall  0x80/imm8
-<span id="L361" class="LineNr">361 </span>    <span class="subxComment"># never gets here</span>
-<span id="L362" class="LineNr">362 </span>
-<span id="L363" class="LineNr">363 </span><span class="subxComment"># errors considered:</span>
-<span id="L364" class="LineNr">364 </span><span class="subxComment">#   fn foo { {</span>
-<span id="L365" class="LineNr">365 </span><span class="subxComment">#   fn foo { }</span>
-<span id="L366" class="LineNr">366 </span><span class="subxComment">#   fn foo { } {</span>
-<span id="L367" class="LineNr">367 </span><span class="subxComment">#   fn foo  # no block</span>
-<span id="L368" class="LineNr">368 </span><span class="subxFunction">populate-mu-function-header</span>:  <span class="subxComment"># first-line : (address stream byte), out : (address function)</span>
-<span id="L369" class="LineNr">369 </span>    <span class="subxS1Comment"># . prologue</span>
-<span id="L370" class="LineNr">370 </span>    55/push-ebp
-<span id="L371" class="LineNr">371 </span>    89/&lt;- %ebp 4/r32/esp
-<span id="L372" class="LineNr">372 </span>    <span class="subxS1Comment"># . save registers</span>
-<span id="L373" class="LineNr">373 </span>    50/push-eax
-<span id="L374" class="LineNr">374 </span>    51/push-ecx
-<span id="L375" class="LineNr">375 </span>    57/push-edi
-<span id="L376" class="LineNr">376 </span>    <span class="subxComment"># edi = out</span>
-<span id="L377" class="LineNr">377 </span>    8b/-&gt; *(ebp+0xc) 7/r32/edi
-<span id="L378" class="LineNr">378 </span>    <span class="subxComment"># var word-slice/ecx : slice</span>
-<span id="L379" class="LineNr">379 </span>    68/push 0/imm32/end
-<span id="L380" class="LineNr">380 </span>    68/push 0/imm32/start
-<span id="L381" class="LineNr">381 </span>    89/&lt;- %ecx 4/r32/esp
-<span id="L382" class="LineNr">382 </span>    <span class="subxComment"># save function name</span>
-<span id="L383" class="LineNr">383 </span>    (<a href='../076next-word.subx.html#L10'>next-word</a> *(ebp+8) %ecx)
-<span id="L384" class="LineNr">384 </span>    (<a href='../072slice.subx.html#L1013'>slice-to-string</a> <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span> %ecx)  <span class="subxComment"># =&gt; eax</span>
-<span id="L385" class="LineNr">385 </span>    89/&lt;- *edi 0/r32/eax
-<span id="L386" class="LineNr">386 </span>    <span class="subxComment"># assert that next token is '{'</span>
-<span id="L387" class="LineNr">387 </span>    (<a href='../076next-word.subx.html#L10'>next-word</a> *(ebp+8) %ecx)
-<span id="L388" class="LineNr">388 </span>    (<a href='../072slice.subx.html#L91'>slice-equal?</a> %ecx <span class="Constant">&quot;{&quot;</span>)
-<span id="L389" class="LineNr">389 </span>    3d/compare-eax-and 0/imm32
-<span id="L390" class="LineNr">390 </span>    74/jump-if-equal $populate-mu-function-header:abort/disp8
-<span id="L391" class="LineNr">391 </span>    <span class="subxComment"># assert that there's no further token</span>
-<span id="L392" class="LineNr">392 </span>    {
-<span id="L393" class="LineNr">393 </span>      <span class="subxComment"># word-slice = next-word(line)</span>
-<span id="L394" class="LineNr">394 </span>      (<a href='../076next-word.subx.html#L10'>next-word</a> *(ebp+8) %ecx)
-<span id="L395" class="LineNr">395 </span>      <span class="subxComment"># if (word-slice == '') break</span>
-<span id="L396" class="LineNr">396 </span>      (<a href='../072slice.subx.html#L9'>slice-empty?</a> %ecx)
-<span id="L397" class="LineNr">397 </span>      3d/compare-eax-and 0/imm32
-<span id="L398" class="LineNr">398 </span>      75/jump-if-not-equal <span class="Constant">break</span>/disp8
-<span id="L399" class="LineNr">399 </span>      <span class="subxComment"># if (slice-starts-with?(word-slice, &quot;#&quot;)) break</span>
-<span id="L400" class="LineNr">400 </span>      <span class="subxS1Comment"># . eax = *word-slice-&gt;start</span>
-<span id="L401" class="LineNr">401 </span>      8b/-&gt; *edx 0/r32/eax
-<span id="L402" class="LineNr">402 </span>      8a/copy-byte *eax 0/r32/AL
-<span id="L403" class="LineNr">403 </span>      81 4/subop/and %eax 0xff/imm32
-<span id="L404" class="LineNr">404 </span>      <span class="subxS1Comment"># . if (eax == '#') break</span>
-<span id="L405" class="LineNr">405 </span>      3d/compare-eax-and 0x23/imm32/hash
-<span id="L406" class="LineNr">406 </span>      74/jump-if-equal <span class="Constant">break</span>/disp8
-<span id="L407" class="LineNr">407 </span>      <span class="subxComment"># otherwise abort</span>
-<span id="L408" class="LineNr">408 </span>      eb/jump $populate-mu-function-header:abort/disp8
-<span id="L409" class="LineNr">409 </span>    }
-<span id="L410" class="LineNr">410 </span><span class="Constant">$populate-mu-function-header:end</span>:
-<span id="L411" class="LineNr">411 </span>    <span class="subxS1Comment"># . reclaim locals</span>
-<span id="L412" class="LineNr">412 </span>    81 0/subop/add %esp 8/imm32
-<span id="L413" class="LineNr">413 </span>    <span class="subxS1Comment"># . restore registers</span>
-<span id="L414" class="LineNr">414 </span>    5f/pop-to-edi
-<span id="L415" class="LineNr">415 </span>    59/pop-to-ecx
-<span id="L416" class="LineNr">416 </span>    58/pop-to-eax
-<span id="L417" class="LineNr">417 </span>    <span class="subxS1Comment"># . epilogue</span>
-<span id="L418" class="LineNr">418 </span>    89/&lt;- %esp 5/r32/ebp
-<span id="L419" class="LineNr">419 </span>    5d/pop-to-ebp
-<span id="L420" class="LineNr">420 </span>    c3/return
-<span id="L421" class="LineNr">421 </span>
-<span id="L422" class="LineNr">422 </span><span class="Constant">$populate-mu-function-header:abort</span>:
-<span id="L423" class="LineNr">423 </span>    <span class="subxComment"># error(&quot;function header not in form 'fn &lt;name&gt; {'&quot;)</span>
-<span id="L424" class="LineNr">424 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;function header not in form 'fn &lt;name&gt; {' -- '&quot;</span>)
-<span id="L425" class="LineNr">425 </span>    (<a href='../055stream.subx.html#L54'>rewind-stream</a> *(ebp+8))
-<span id="L426" class="LineNr">426 </span>    (<a href='../062write-stream.subx.html#L18'>write-stream</a> 2 *(ebp+8))
-<span id="L427" class="LineNr">427 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;'\n&quot;</span>)
-<span id="L428" class="LineNr">428 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span>)
-<span id="L429" class="LineNr">429 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
-<span id="L430" class="LineNr">430 </span>    bb/copy-to-ebx  1/imm32
-<span id="L431" class="LineNr">431 </span>    b8/copy-to-eax  1/imm32/exit
-<span id="L432" class="LineNr">432 </span>    cd/syscall  0x80/imm8
-<span id="L433" class="LineNr">433 </span>    <span class="subxComment"># never gets here</span>
-<span id="L434" class="LineNr">434 </span>
-<span id="L435" class="LineNr">435 </span><span class="subxComment"># errors considered:</span>
-<span id="L436" class="LineNr">436 </span><span class="subxComment">#   { abc</span>
-<span id="L437" class="LineNr">437 </span><span class="subxFunction">populate-mu-function-body</span>:  <span class="subxComment"># in : (address buffered-file), out : (address function)</span>
-<span id="L438" class="LineNr">438 </span>    <span class="subxS1Comment"># . prologue</span>
-<span id="L439" class="LineNr">439 </span>    55/push-ebp
-<span id="L440" class="LineNr">440 </span>    89/&lt;- %ebp 4/r32/esp
-<span id="L441" class="LineNr">441 </span>    <span class="subxS1Comment"># . save registers</span>
-<span id="L442" class="LineNr">442 </span>    50/push-eax
-<span id="L443" class="LineNr">443 </span>    51/push-ecx
-<span id="L444" class="LineNr">444 </span>    52/push-edx
-<span id="L445" class="LineNr">445 </span>    53/push-ebx
-<span id="L446" class="LineNr">446 </span>    <span class="subxComment"># var line/ecx : (stream byte 512)</span>
-<span id="L447" class="LineNr">447 </span>    81 5/subop/subtract %esp 0x200/imm32
-<span id="L448" class="LineNr">448 </span>    68/push 0x200/imm32/length
-<span id="L449" class="LineNr">449 </span>    68/push 0/imm32/read
-<span id="L450" class="LineNr">450 </span>    68/push 0/imm32/write
-<span id="L451" class="LineNr">451 </span>    89/&lt;- %ecx 4/r32/esp
-<span id="L452" class="LineNr">452 </span>    <span class="subxComment"># var word-slice/edx : slice</span>
-<span id="L453" class="LineNr">453 </span>    68/push 0/imm32/end
-<span id="L454" class="LineNr">454 </span>    68/push 0/imm32/start
-<span id="L455" class="LineNr">455 </span>    89/&lt;- %edx 4/r32/esp
-<span id="L456" class="LineNr">456 </span>    <span class="subxComment"># var open-curly-count/ebx : int = 1</span>
-<span id="L457" class="LineNr">457 </span>    bb/copy-to-ebx 1/imm32
-<span id="L458" class="LineNr">458 </span>    { <span class="subxComment"># line loop</span>
-<span id="L459" class="LineNr">459 </span><span class="Constant">$populate-mu-function-body:line-loop</span>:
-<span id="L460" class="LineNr">460 </span>      <span class="subxComment"># if (open-curly-count == 0) break</span>
-<span id="L461" class="LineNr">461 </span>      81 7/subop/compare %ebx 0/imm32
-<span id="L462" class="LineNr">462 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
-<span id="L463" class="LineNr">463 </span>      <span class="subxComment"># line = read-line-buffered(in)</span>
-<span id="L464" class="LineNr">464 </span>      (<a href='../055stream.subx.html#L17'>clear-stream</a> %ecx)
-<span id="L465" class="LineNr">465 </span>      (<a href='../071read-line.subx.html#L9'>read-line-buffered</a> *(ebp+8) %ecx)
-<span id="L466" class="LineNr">466 </span>      <span class="subxComment"># if (line-&gt;write == 0) break</span>
-<span id="L467" class="LineNr">467 </span>      81 7/subop/compare *ecx 0/imm32
-<span id="L468" class="LineNr">468 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
-<span id="L469" class="LineNr">469 </span>      <span class="subxComment"># word-slice = next-word(line)</span>
-<span id="L470" class="LineNr">470 </span>      (<a href='../076next-word.subx.html#L10'>next-word</a> %ecx %edx)
-<span id="L471" class="LineNr">471 </span>      <span class="subxComment"># if slice-empty?(word-slice)) continue</span>
-<span id="L472" class="LineNr">472 </span>      (<a href='../072slice.subx.html#L9'>slice-empty?</a> %ecx)
-<span id="L473" class="LineNr">473 </span>      3d/compare-eax-and 0/imm32
-<span id="L474" class="LineNr">474 </span>      75/jump-if-not-equal <span class="Constant">loop</span>/disp8
-<span id="L475" class="LineNr">475 </span>      <span class="subxComment"># if (slice-starts-with?(word-slice, '#') continue</span>
-<span id="L476" class="LineNr">476 </span>      <span class="subxS1Comment"># . eax = *word-slice-&gt;start</span>
-<span id="L477" class="LineNr">477 </span>      8b/-&gt; *edx 0/r32/eax
-<span id="L478" class="LineNr">478 </span>      8a/copy-byte *eax 0/r32/AL
-<span id="L479" class="LineNr">479 </span>      81 4/subop/and %eax 0xff/imm32
-<span id="L480" class="LineNr">480 </span>      <span class="subxS1Comment"># . if (eax == '#') continue</span>
-<span id="L481" class="LineNr">481 </span>      3d/compare-eax-and 0x23/imm32/hash
-<span id="L482" class="LineNr">482 </span>      74/jump-if-equal <span class="Constant">loop</span>/disp8
-<span id="L483" class="LineNr">483 </span>      {
-<span id="L484" class="LineNr">484 </span>        <span class="subxComment"># if slice-equal?(word-slice, &quot;{&quot;) ++open-curly-count</span>
-<span id="L485" class="LineNr">485 </span>        {
-<span id="L486" class="LineNr">486 </span>          (<a href='../072slice.subx.html#L91'>slice-equal?</a> %ecx <span class="Constant">&quot;{&quot;</span>)
-<span id="L487" class="LineNr">487 </span>          3d/compare-eax-and 0/imm32
-<span id="L488" class="LineNr">488 </span>          74/jump-if-equal <span class="Constant">break</span>/disp8
-<span id="L489" class="LineNr">489 </span>          43/increment-ebx
-<span id="L490" class="LineNr">490 </span>          eb/jump $curly-found:end/disp8
-<span id="L491" class="LineNr">491 </span>        }
-<span id="L492" class="LineNr">492 </span>        <span class="subxComment"># else if slice-equal?(word-slice, &quot;}&quot;) --open-curly-count</span>
-<span id="L493" class="LineNr">493 </span>        {
-<span id="L494" class="LineNr">494 </span>          (<a href='../072slice.subx.html#L91'>slice-equal?</a> %ecx <span class="Constant">&quot;}&quot;</span>)
-<span id="L495" class="LineNr">495 </span>          3d/compare-eax-and 0/imm32
-<span id="L496" class="LineNr">496 </span>          74/jump-if-equal <span class="Constant">break</span>/disp8
-<span id="L497" class="LineNr">497 </span>          4b/decrement-ebx
-<span id="L498" class="LineNr">498 </span>          eb/jump $curly-found:end/disp8
-<span id="L499" class="LineNr">499 </span>        }
-<span id="L500" class="LineNr">500 </span>        <span class="subxComment"># else break</span>
-<span id="L501" class="LineNr">501 </span>        eb/jump $populate-mu-function-body:end/disp8
-<span id="L502" class="LineNr">502 </span>      }
-<span id="L503" class="LineNr">503 </span>      <span class="subxH1Comment"># - check for invalid tokens after curly</span>
-<span id="L504" class="LineNr">504 </span><span class="Constant">$curly-found:end</span>:
-<span id="L505" class="LineNr">505 </span>      <span class="subxComment"># second-word-slice = next-word(line)</span>
-<span id="L506" class="LineNr">506 </span>      (<a href='../076next-word.subx.html#L10'>next-word</a> %ecx %edx)
-<span id="L507" class="LineNr">507 </span>      <span class="subxComment"># if slice-empty?(second-word-slice)) continue</span>
-<span id="L508" class="LineNr">508 </span>      (<a href='../072slice.subx.html#L9'>slice-empty?</a> %ecx)
-<span id="L509" class="LineNr">509 </span>      3d/compare-eax-and 0/imm32
-<span id="L510" class="LineNr">510 </span>      0f 85/jump-if-not-equal <span class="Constant">loop</span>/disp32
-<span id="L511" class="LineNr">511 </span>      <span class="subxComment"># if (slice-starts-with?(second-word-slice, '#') continue</span>
-<span id="L512" class="LineNr">512 </span>      <span class="subxS1Comment"># . eax = *second-word-slice-&gt;start</span>
-<span id="L513" class="LineNr">513 </span>      8b/-&gt; *edx 0/r32/eax
-<span id="L514" class="LineNr">514 </span>      8a/copy-byte *eax 0/r32/AL
-<span id="L515" class="LineNr">515 </span>      81 4/subop/and %eax 0xff/imm32
-<span id="L516" class="LineNr">516 </span>      <span class="subxS1Comment"># . if (eax == '#') continue</span>
-<span id="L517" class="LineNr">517 </span>      3d/compare-eax-and 0x23/imm32/hash
-<span id="L518" class="LineNr">518 </span>      0f 84/jump-if-equal <span class="Constant">loop</span>/disp32
-<span id="L519" class="LineNr">519 </span>      <span class="subxComment"># abort</span>
-<span id="L520" class="LineNr">520 </span>      eb/jump $populate-mu-function-body:abort/disp8
-<span id="L521" class="LineNr">521 </span>    } <span class="subxComment"># end line loop</span>
-<span id="L522" class="LineNr">522 </span><span class="Constant">$populate-mu-function-body:end</span>:
-<span id="L523" class="LineNr">523 </span>    <span class="subxS1Comment"># . reclaim locals</span>
-<span id="L524" class="LineNr">524 </span>    81 0/subop/add %esp 0x214/imm32
-<span id="L525" class="LineNr">525 </span>    <span class="subxS1Comment"># . restore registers</span>
-<span id="L526" class="LineNr">526 </span>    5b/pop-to-ebx
-<span id="L527" class="LineNr">527 </span>    5a/pop-to-edx
-<span id="L528" class="LineNr">528 </span>    59/pop-to-ecx
-<span id="L529" class="LineNr">529 </span>    58/pop-to-eax
-<span id="L530" class="LineNr">530 </span>    <span class="subxS1Comment"># . epilogue</span>
-<span id="L531" class="LineNr">531 </span>    89/&lt;- %esp 5/r32/ebp
-<span id="L532" class="LineNr">532 </span>    5d/pop-to-ebp
-<span id="L533" class="LineNr">533 </span>    c3/return
-<span id="L534" class="LineNr">534 </span>
-<span id="L535" class="LineNr">535 </span><span class="Constant">$populate-mu-function-body:abort</span>:
-<span id="L536" class="LineNr">536 </span>    <span class="subxComment"># error(&quot;'{' or '}' should be on its own line, but got '&quot;)</span>
-<span id="L537" class="LineNr">537 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;'{' or '}' should be on its own line, but got '&quot;</span>)
-<span id="L538" class="LineNr">538 </span>    (<a href='../055stream.subx.html#L54'>rewind-stream</a> %ecx)
-<span id="L539" class="LineNr">539 </span>    (<a href='../062write-stream.subx.html#L18'>write-stream</a> 2 %ecx)
-<span id="L540" class="LineNr">540 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;'\n&quot;</span>)
-<span id="L541" class="LineNr">541 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span>)
-<span id="L542" class="LineNr">542 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
-<span id="L543" class="LineNr">543 </span>    bb/copy-to-ebx  1/imm32
-<span id="L544" class="LineNr">544 </span>    b8/copy-to-eax  1/imm32/exit
-<span id="L545" class="LineNr">545 </span>    cd/syscall  0x80/imm8
-<span id="L546" class="LineNr">546 </span>    <span class="subxComment"># never gets here</span>
-<span id="L547" class="LineNr">547 </span>
-<span id="L548" class="LineNr">548 </span><span class="subxFunction">check-mu-types</span>:
-<span id="L549" class="LineNr">549 </span>    <span class="subxS1Comment"># . prologue</span>
-<span id="L550" class="LineNr">550 </span>    55/push-ebp
-<span id="L551" class="LineNr">551 </span>    89/&lt;- %ebp 4/r32/esp
-<span id="L552" class="LineNr">552 </span>    <span class="subxComment">#</span>
-<span id="L553" class="LineNr">553 </span><span class="Constant">$check-types:end</span>:
-<span id="L554" class="LineNr">554 </span>    <span class="subxS1Comment"># . epilogue</span>
-<span id="L555" class="LineNr">555 </span>    89/&lt;- %esp 5/r32/ebp
-<span id="L556" class="LineNr">556 </span>    5d/pop-to-ebp
-<span id="L557" class="LineNr">557 </span>    c3/return
-<span id="L558" class="LineNr">558 </span>
-<span id="L559" class="LineNr">559 </span><span class="subxFunction">emit-subx</span>:  <span class="subxComment"># out : (address buffered-file)</span>
-<span id="L560" class="LineNr">560 </span>    <span class="subxS1Comment"># . prologue</span>
-<span id="L561" class="LineNr">561 </span>    55/push-ebp
-<span id="L562" class="LineNr">562 </span>    89/&lt;- %ebp 4/r32/esp
-<span id="L563" class="LineNr">563 </span>    <span class="subxS1Comment"># . save registers</span>
-<span id="L564" class="LineNr">564 </span>    50/push-eax
-<span id="L565" class="LineNr">565 </span>    51/push-ecx
-<span id="L566" class="LineNr">566 </span>    57/push-edi
-<span id="L567" class="LineNr">567 </span>    <span class="subxComment"># edi = out</span>
-<span id="L568" class="LineNr">568 </span>    8b/-&gt; *(ebp+8) 7/r32/edi
-<span id="L569" class="LineNr">569 </span>    <span class="subxComment"># var curr/ecx : (address function) = Program</span>
-<span id="L570" class="LineNr">570 </span>    8b/-&gt; *<span class="SpecialChar"><a href='mu.subx.html#L11'>Program</a></span> 1/r32/ecx
-<span id="L571" class="LineNr">571 </span>    {
-<span id="L572" class="LineNr">572 </span>      <span class="subxComment"># if (curr == NULL) break</span>
-<span id="L573" class="LineNr">573 </span>      81 7/subop/compare %ecx 0/imm32
-<span id="L574" class="LineNr">574 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
-<span id="L575" class="LineNr">575 </span>      (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> %edi *ecx)
-<span id="L576" class="LineNr">576 </span>      (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> %edi <span class="Constant">&quot;:\n&quot;</span>)
-<span id="L577" class="LineNr">577 </span>      (<a href='mu.subx.html#L593'>emit-subx-prologue</a> %edi)
-<span id="L578" class="LineNr">578 </span>      (<a href='mu.subx.html#L606'>emit-subx-epilogue</a> %edi)
-<span id="L579" class="LineNr">579 </span>      <span class="subxComment"># curr = curr-&gt;next</span>
-<span id="L580" class="LineNr">580 </span>      8b/-&gt; *(ecx+0x10) 1/r32/ecx
-<span id="L581" class="LineNr">581 </span>      e9/jump <span class="Constant">loop</span>/disp32
-<span id="L582" class="LineNr">582 </span>    }
-<span id="L583" class="LineNr">583 </span><span class="Constant">$emit-subx:end</span>:
-<span id="L584" class="LineNr">584 </span>    <span class="subxS1Comment"># . restore registers</span>
-<span id="L585" class="LineNr">585 </span>    5f/pop-to-edi
-<span id="L586" class="LineNr">586 </span>    59/pop-to-ecx
-<span id="L587" class="LineNr">587 </span>    58/pop-to-eax
-<span id="L588" class="LineNr">588 </span>    <span class="subxS1Comment"># . epilogue</span>
-<span id="L589" class="LineNr">589 </span>    89/&lt;- %esp 5/r32/ebp
-<span id="L590" class="LineNr">590 </span>    5d/pop-to-ebp
-<span id="L591" class="LineNr">591 </span>    c3/return
-<span id="L592" class="LineNr">592 </span>
-<span id="L593" class="LineNr">593 </span><span class="subxFunction">emit-subx-prologue</span>:  <span class="subxComment"># out : (address buffered-file)</span>
-<span id="L594" class="LineNr">594 </span>    <span class="subxS1Comment"># . prologue</span>
-<span id="L595" class="LineNr">595 </span>    55/push-ebp
-<span id="L596" class="LineNr">596 </span>    89/&lt;- %ebp 4/r32/esp
-<span id="L597" class="LineNr">597 </span>    <span class="subxComment">#</span>
-<span id="L598" class="LineNr">598 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;# . prologue\n&quot;</span>)
-<span id="L599" class="LineNr">599 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;55/push-ebp\n&quot;</span>)
-<span id="L600" class="LineNr">600 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;89/&lt;- %ebp 4/r32/esp\n&quot;</span>)
-<span id="L601" class="LineNr">601 </span>    <span class="subxS1Comment"># . epilogue</span>
-<span id="L602" class="LineNr">602 </span>    89/&lt;- %esp 5/r32/ebp
-<span id="L603" class="LineNr">603 </span>    5d/pop-to-ebp
-<span id="L604" class="LineNr">604 </span>    c3/return
-<span id="L605" class="LineNr">605 </span>
-<span id="L606" class="LineNr">606 </span><span class="subxFunction">emit-subx-epilogue</span>:  <span class="subxComment"># out : (address buffered-file)</span>
-<span id="L607" class="LineNr">607 </span>    <span class="subxS1Comment"># . prologue</span>
-<span id="L608" class="LineNr">608 </span>    55/push-ebp
-<span id="L609" class="LineNr">609 </span>    89/&lt;- %ebp 4/r32/esp
-<span id="L610" class="LineNr">610 </span>    <span class="subxComment">#</span>
-<span id="L611" class="LineNr">611 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;# . epilogue\n&quot;</span>)
-<span id="L612" class="LineNr">612 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;89/&lt;- %esp 5/r32/ebp\n&quot;</span>)
-<span id="L613" class="LineNr">613 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;5d/pop-to-ebp\n&quot;</span>)
-<span id="L614" class="LineNr">614 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;c3/return\n&quot;</span>)
-<span id="L615" class="LineNr">615 </span>    <span class="subxS1Comment"># . epilogue</span>
-<span id="L616" class="LineNr">616 </span>    89/&lt;- %esp 5/r32/ebp
-<span id="L617" class="LineNr">617 </span>    5d/pop-to-ebp
-<span id="L618" class="LineNr">618 </span>    c3/return
+<span id="L266" class="LineNr">266 </span>    <span class="subxComment">#         var new-function : (address function) = new function</span>
+<span id="L267" class="LineNr">267 </span>    <span class="subxComment">#         populate-mu-function(in, new-function)</span>
+<span id="L268" class="LineNr">268 </span>    <span class="subxComment">#         *curr-function = new-function</span>
+<span id="L269" class="LineNr">269 </span>    <span class="subxComment">#         curr-function = &amp;new-function-&gt;next</span>
+<span id="L270" class="LineNr">270 </span>    <span class="subxComment">#       else</span>
+<span id="L271" class="LineNr">271 </span>    <span class="subxComment">#         abort()</span>
+<span id="L272" class="LineNr">272 </span>    <span class="subxComment">#</span>
+<span id="L273" class="LineNr">273 </span>    <span class="subxS1Comment"># . prologue</span>
+<span id="L274" class="LineNr">274 </span>    55/push-ebp
+<span id="L275" class="LineNr">275 </span>    89/&lt;- %ebp 4/r32/esp
+<span id="L276" class="LineNr">276 </span>    <span class="subxS1Comment"># . save registers</span>
+<span id="L277" class="LineNr">277 </span>    50/push-eax
+<span id="L278" class="LineNr">278 </span>    51/push-ecx
+<span id="L279" class="LineNr">279 </span>    52/push-edx
+<span id="L280" class="LineNr">280 </span>    57/push-edi
+<span id="L281" class="LineNr">281 </span>    <span class="subxComment"># var line/ecx : (stream byte 512)</span>
+<span id="L282" class="LineNr">282 </span>    81 5/subop/subtract %esp 0x200/imm32
+<span id="L283" class="LineNr">283 </span>    68/push 0x200/imm32/length
+<span id="L284" class="LineNr">284 </span>    68/push 0/imm32/read
+<span id="L285" class="LineNr">285 </span>    68/push 0/imm32/write
+<span id="L286" class="LineNr">286 </span>    89/&lt;- %ecx 4/r32/esp
+<span id="L287" class="LineNr">287 </span>    <span class="subxComment"># var word-slice/edx : slice</span>
+<span id="L288" class="LineNr">288 </span>    68/push 0/imm32/end
+<span id="L289" class="LineNr">289 </span>    68/push 0/imm32/start
+<span id="L290" class="LineNr">290 </span>    89/&lt;- %edx 4/r32/esp
+<span id="L291" class="LineNr">291 </span>    <span class="subxComment"># var curr-function/edi : (address function) = Program</span>
+<span id="L292" class="LineNr">292 </span>    bf/copy-to-edi <span class="SpecialChar"><a href='mu.subx.html#L11'>Program</a></span>/imm32
+<span id="L293" class="LineNr">293 </span>    {
+<span id="L294" class="LineNr">294 </span><span class="Constant">$parse-mu:line-loop</span>:
+<span id="L295" class="LineNr">295 </span>      (<a href='../055stream.subx.html#L17'>clear-stream</a> %ecx)
+<span id="L296" class="LineNr">296 </span>      (<a href='../071read-line.subx.html#L9'>read-line-buffered</a> *(ebp+8) %ecx)
+<span id="L297" class="LineNr">297 </span>      <span class="subxComment"># if (line-&gt;write == 0) break</span>
+<span id="L298" class="LineNr">298 </span>      81 7/subop/compare *ecx 0/imm32
+<span id="L299" class="LineNr">299 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
+<span id="L300" class="Folded">300 </span><span class="Folded">+--  6 lines: #?       # dump line ---------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L306" class="LineNr">306 </span>      { <span class="subxComment"># word loop</span>
+<span id="L307" class="LineNr">307 </span><span class="Constant">$parse-mu:word-loop</span>:
+<span id="L308" class="LineNr">308 </span>        (<a href='../094next-word-or-string.subx.html#L8'>next-word-or-string</a> %ecx %edx)
+<span id="L309" class="LineNr">309 </span>        <span class="subxComment"># if (slice-empty?(word-slice)) break</span>
+<span id="L310" class="LineNr">310 </span>        (<a href='../072slice.subx.html#L9'>slice-empty?</a> %edx)
+<span id="L311" class="LineNr">311 </span>        3d/compare-eax-and 0/imm32
+<span id="L312" class="LineNr">312 </span>        0f 85/jump-if-not-equal <span class="Constant">break</span>/disp32
+<span id="L313" class="LineNr">313 </span>        <span class="subxComment"># if (*word-slice-&gt;start == &quot;#&quot;) break</span>
+<span id="L314" class="LineNr">314 </span>        <span class="subxS1Comment"># . eax = *word-slice-&gt;start</span>
+<span id="L315" class="LineNr">315 </span>        8b/-&gt; *edx 0/r32/eax
+<span id="L316" class="LineNr">316 </span>        8a/copy-byte *eax 0/r32/AL
+<span id="L317" class="LineNr">317 </span>        81 4/subop/and %eax 0xff/imm32
+<span id="L318" class="LineNr">318 </span>        <span class="subxS1Comment"># . if (eax == '#') break</span>
+<span id="L319" class="LineNr">319 </span>        3d/compare-eax-and 0x23/imm32/hash
+<span id="L320" class="LineNr">320 </span>        0f 84/jump-if-equal <span class="Constant">break</span>/disp32
+<span id="L321" class="LineNr">321 </span>        <span class="subxComment"># if slice-equal?(word-slice, &quot;fn&quot;)</span>
+<span id="L322" class="LineNr">322 </span>        {
+<span id="L323" class="LineNr">323 </span>          (<a href='../072slice.subx.html#L91'>slice-equal?</a> %edx <span class="Constant">&quot;fn&quot;</span>)
+<span id="L324" class="LineNr">324 </span>          3d/compare-eax-and 0/imm32
+<span id="L325" class="LineNr">325 </span>          0f 84/jump-if-equal <span class="Constant">break</span>/disp32
+<span id="L326" class="LineNr">326 </span>          <span class="subxComment"># var new-function/eax : (address function) = populate-mu-function()</span>
+<span id="L327" class="LineNr">327 </span>          (<a href='../069allocate.subx.html#L61'>allocate</a> <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span> *<span class="SpecialChar"><a href='mu.subx.html#L22'>Function-size</a></span>)  <span class="subxComment"># =&gt; eax</span>
+<span id="L328" class="LineNr">328 </span>          (<a href='mu.subx.html#L371'>populate-mu-function-header</a> %ecx %eax)
+<span id="L329" class="LineNr">329 </span>          (<a href='mu.subx.html#L440'>populate-mu-function-body</a> *(ebp+8) %eax)
+<span id="L330" class="LineNr">330 </span>          <span class="subxComment"># *curr-function = new-function</span>
+<span id="L331" class="LineNr">331 </span>          89/&lt;- *edi 0/r32/eax
+<span id="L332" class="LineNr">332 </span>          <span class="subxComment"># curr-function = &amp;new-function-&gt;next</span>
+<span id="L333" class="LineNr">333 </span>          8d/address-&gt; *(eax+0x10) 7/r32/edi
+<span id="L334" class="LineNr">334 </span>          e9/jump $parse-mu:word-loop/disp32
+<span id="L335" class="LineNr">335 </span>        }
+<span id="L336" class="LineNr">336 </span>        <span class="subxComment"># otherwise abort</span>
+<span id="L337" class="LineNr">337 </span>        e9/jump $parse-mu:abort/disp32
+<span id="L338" class="LineNr">338 </span>      } <span class="subxComment"># end word loop</span>
+<span id="L339" class="LineNr">339 </span>      e9/jump <span class="Constant">loop</span>/disp32
+<span id="L340" class="LineNr">340 </span>    } <span class="subxComment"># end line loop</span>
+<span id="L341" class="LineNr">341 </span><span class="Constant">$parse-mu:end</span>:
+<span id="L342" class="LineNr">342 </span>    <span class="subxS1Comment"># . reclaim locals</span>
+<span id="L343" class="LineNr">343 </span>    81 0/subop/add %esp 0x214/imm32
+<span id="L344" class="LineNr">344 </span>    <span class="subxS1Comment"># . restore registers</span>
+<span id="L345" class="LineNr">345 </span>    5f/pop-to-edi
+<span id="L346" class="LineNr">346 </span>    5a/pop-to-edx
+<span id="L347" class="LineNr">347 </span>    59/pop-to-ecx
+<span id="L348" class="LineNr">348 </span>    58/pop-to-eax
+<span id="L349" class="LineNr">349 </span>    <span class="subxS1Comment"># . epilogue</span>
+<span id="L350" class="LineNr">350 </span>    89/&lt;- %esp 5/r32/ebp
+<span id="L351" class="LineNr">351 </span>    5d/pop-to-ebp
+<span id="L352" class="LineNr">352 </span>    c3/return
+<span id="L353" class="LineNr">353 </span>
+<span id="L354" class="LineNr">354 </span><span class="Constant">$parse-mu:abort</span>:
+<span id="L355" class="LineNr">355 </span>    <span class="subxComment"># error(&quot;unexpected top-level command: &quot; word-slice &quot;\n&quot;)</span>
+<span id="L356" class="LineNr">356 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;unexpected top-level command: &quot;</span>)
+<span id="L357" class="LineNr">357 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> %edx)
+<span id="L358" class="LineNr">358 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;\n&quot;</span>)
+<span id="L359" class="LineNr">359 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span>)
+<span id="L360" class="LineNr">360 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
+<span id="L361" class="LineNr">361 </span>    bb/copy-to-ebx  1/imm32
+<span id="L362" class="LineNr">362 </span>    b8/copy-to-eax  1/imm32/exit
+<span id="L363" class="LineNr">363 </span>    cd/syscall  0x80/imm8
+<span id="L364" class="LineNr">364 </span>    <span class="subxComment"># never gets here</span>
+<span id="L365" class="LineNr">365 </span>
+<span id="L366" class="LineNr">366 </span><span class="subxComment"># errors considered:</span>
+<span id="L367" class="LineNr">367 </span><span class="subxComment">#   fn foo { {</span>
+<span id="L368" class="LineNr">368 </span><span class="subxComment">#   fn foo { }</span>
+<span id="L369" class="LineNr">369 </span><span class="subxComment">#   fn foo { } {</span>
+<span id="L370" class="LineNr">370 </span><span class="subxComment">#   fn foo  # no block</span>
+<span id="L371" class="LineNr">371 </span><span class="subxFunction">populate-mu-function-header</span>:  <span class="subxComment"># first-line : (address stream byte), out : (address function)</span>
+<span id="L372" class="LineNr">372 </span>    <span class="subxS1Comment"># . prologue</span>
+<span id="L373" class="LineNr">373 </span>    55/push-ebp
+<span id="L374" class="LineNr">374 </span>    89/&lt;- %ebp 4/r32/esp
+<span id="L375" class="LineNr">375 </span>    <span class="subxS1Comment"># . save registers</span>
+<span id="L376" class="LineNr">376 </span>    50/push-eax
+<span id="L377" class="LineNr">377 </span>    51/push-ecx
+<span id="L378" class="LineNr">378 </span>    57/push-edi
+<span id="L379" class="LineNr">379 </span>    <span class="subxComment"># edi = out</span>
+<span id="L380" class="LineNr">380 </span>    8b/-&gt; *(ebp+0xc) 7/r32/edi
+<span id="L381" class="LineNr">381 </span>    <span class="subxComment"># var word-slice/ecx : slice</span>
+<span id="L382" class="LineNr">382 </span>    68/push 0/imm32/end
+<span id="L383" class="LineNr">383 </span>    68/push 0/imm32/start
+<span id="L384" class="LineNr">384 </span>    89/&lt;- %ecx 4/r32/esp
+<span id="L385" class="LineNr">385 </span>    <span class="subxComment"># save function name</span>
+<span id="L386" class="LineNr">386 </span>    (<a href='../076next-word.subx.html#L10'>next-word</a> *(ebp+8) %ecx)
+<span id="L387" class="LineNr">387 </span>    (<a href='../072slice.subx.html#L1013'>slice-to-string</a> <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span> %ecx)  <span class="subxComment"># =&gt; eax</span>
+<span id="L388" class="LineNr">388 </span>    89/&lt;- *edi 0/r32/eax
+<span id="L389" class="LineNr">389 </span>    <span class="subxComment"># assert that next token is '{'</span>
+<span id="L390" class="LineNr">390 </span>    (<a href='../076next-word.subx.html#L10'>next-word</a> *(ebp+8) %ecx)
+<span id="L391" class="LineNr">391 </span>    (<a href='../072slice.subx.html#L91'>slice-equal?</a> %ecx <span class="Constant">&quot;{&quot;</span>)
+<span id="L392" class="LineNr">392 </span>    3d/compare-eax-and 0/imm32
+<span id="L393" class="LineNr">393 </span>    74/jump-if-equal $populate-mu-function-header:abort/disp8
+<span id="L394" class="LineNr">394 </span>    <span class="subxComment"># assert that there's no further token</span>
+<span id="L395" class="LineNr">395 </span>    {
+<span id="L396" class="LineNr">396 </span>      <span class="subxComment"># word-slice = next-word(line)</span>
+<span id="L397" class="LineNr">397 </span>      (<a href='../076next-word.subx.html#L10'>next-word</a> *(ebp+8) %ecx)
+<span id="L398" class="LineNr">398 </span>      <span class="subxComment"># if (word-slice == '') break</span>
+<span id="L399" class="LineNr">399 </span>      (<a href='../072slice.subx.html#L9'>slice-empty?</a> %ecx)
+<span id="L400" class="LineNr">400 </span>      3d/compare-eax-and 0/imm32
+<span id="L401" class="LineNr">401 </span>      75/jump-if-not-equal <span class="Constant">break</span>/disp8
+<span id="L402" class="LineNr">402 </span>      <span class="subxComment"># if (slice-starts-with?(word-slice, &quot;#&quot;)) break</span>
+<span id="L403" class="LineNr">403 </span>      <span class="subxS1Comment"># . eax = *word-slice-&gt;start</span>
+<span id="L404" class="LineNr">404 </span>      8b/-&gt; *edx 0/r32/eax
+<span id="L405" class="LineNr">405 </span>      8a/copy-byte *eax 0/r32/AL
+<span id="L406" class="LineNr">406 </span>      81 4/subop/and %eax 0xff/imm32
+<span id="L407" class="LineNr">407 </span>      <span class="subxS1Comment"># . if (eax == '#') break</span>
+<span id="L408" class="LineNr">408 </span>      3d/compare-eax-and 0x23/imm32/hash
+<span id="L409" class="LineNr">409 </span>      74/jump-if-equal <span class="Constant">break</span>/disp8
+<span id="L410" class="LineNr">410 </span>      <span class="subxComment"># otherwise abort</span>
+<span id="L411" class="LineNr">411 </span>      eb/jump $populate-mu-function-header:abort/disp8
+<span id="L412" class="LineNr">412 </span>    }
+<span id="L413" class="LineNr">413 </span><span class="Constant">$populate-mu-function-header:end</span>:
+<span id="L414" class="LineNr">414 </span>    <span class="subxS1Comment"># . reclaim locals</span>
+<span id="L415" class="LineNr">415 </span>    81 0/subop/add %esp 8/imm32
+<span id="L416" class="LineNr">416 </span>    <span class="subxS1Comment"># . restore registers</span>
+<span id="L417" class="LineNr">417 </span>    5f/pop-to-edi
+<span id="L418" class="LineNr">418 </span>    59/pop-to-ecx
+<span id="L419" class="LineNr">419 </span>    58/pop-to-eax
+<span id="L420" class="LineNr">420 </span>    <span class="subxS1Comment"># . epilogue</span>
+<span id="L421" class="LineNr">421 </span>    89/&lt;- %esp 5/r32/ebp
+<span id="L422" class="LineNr">422 </span>    5d/pop-to-ebp
+<span id="L423" class="LineNr">423 </span>    c3/return
+<span id="L424" class="LineNr">424 </span>
+<span id="L425" class="LineNr">425 </span><span class="Constant">$populate-mu-function-header:abort</span>:
+<span id="L426" class="LineNr">426 </span>    <span class="subxComment"># error(&quot;function header not in form 'fn &lt;name&gt; {'&quot;)</span>
+<span id="L427" class="LineNr">427 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;function header not in form 'fn &lt;name&gt; {' -- '&quot;</span>)
+<span id="L428" class="LineNr">428 </span>    (<a href='../055stream.subx.html#L54'>rewind-stream</a> *(ebp+8))
+<span id="L429" class="LineNr">429 </span>    (<a href='../062write-stream.subx.html#L18'>write-stream</a> 2 *(ebp+8))
+<span id="L430" class="LineNr">430 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;'\n&quot;</span>)
+<span id="L431" class="LineNr">431 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span>)
+<span id="L432" class="LineNr">432 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
+<span id="L433" class="LineNr">433 </span>    bb/copy-to-ebx  1/imm32
+<span id="L434" class="LineNr">434 </span>    b8/copy-to-eax  1/imm32/exit
+<span id="L435" class="LineNr">435 </span>    cd/syscall  0x80/imm8
+<span id="L436" class="LineNr">436 </span>    <span class="subxComment"># never gets here</span>
+<span id="L437" class="LineNr">437 </span>
+<span id="L438" class="LineNr">438 </span><span class="subxComment"># errors considered:</span>
+<span id="L439" class="LineNr">439 </span><span class="subxComment">#   { abc</span>
+<span id="L440" class="LineNr">440 </span><span class="subxFunction">populate-mu-function-body</span>:  <span class="subxComment"># in : (address buffered-file), out : (address function)</span>
+<span id="L441" class="LineNr">441 </span>    <span class="subxS1Comment"># . prologue</span>
+<span id="L442" class="LineNr">442 </span>    55/push-ebp
+<span id="L443" class="LineNr">443 </span>    89/&lt;- %ebp 4/r32/esp
+<span id="L444" class="LineNr">444 </span>    <span class="subxS1Comment"># . save registers</span>
+<span id="L445" class="LineNr">445 </span>    50/push-eax
+<span id="L446" class="LineNr">446 </span>    51/push-ecx
+<span id="L447" class="LineNr">447 </span>    52/push-edx
+<span id="L448" class="LineNr">448 </span>    53/push-ebx
+<span id="L449" class="LineNr">449 </span>    <span class="subxComment"># var line/ecx : (stream byte 512)</span>
+<span id="L450" class="LineNr">450 </span>    81 5/subop/subtract %esp 0x200/imm32
+<span id="L451" class="LineNr">451 </span>    68/push 0x200/imm32/length
+<span id="L452" class="LineNr">452 </span>    68/push 0/imm32/read
+<span id="L453" class="LineNr">453 </span>    68/push 0/imm32/write
+<span id="L454" class="LineNr">454 </span>    89/&lt;- %ecx 4/r32/esp
+<span id="L455" class="LineNr">455 </span>    <span class="subxComment"># var word-slice/edx : slice</span>
+<span id="L456" class="LineNr">456 </span>    68/push 0/imm32/end
+<span id="L457" class="LineNr">457 </span>    68/push 0/imm32/start
+<span id="L458" class="LineNr">458 </span>    89/&lt;- %edx 4/r32/esp
+<span id="L459" class="LineNr">459 </span>    <span class="subxComment"># var open-curly-count/ebx : int = 1</span>
+<span id="L460" class="LineNr">460 </span>    bb/copy-to-ebx 1/imm32
+<span id="L461" class="LineNr">461 </span>    { <span class="subxComment"># line loop</span>
+<span id="L462" class="LineNr">462 </span><span class="Constant">$populate-mu-function-body:line-loop</span>:
+<span id="L463" class="LineNr">463 </span>      <span class="subxComment"># if (open-curly-count == 0) break</span>
+<span id="L464" class="LineNr">464 </span>      81 7/subop/compare %ebx 0/imm32
+<span id="L465" class="LineNr">465 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
+<span id="L466" class="LineNr">466 </span>      <span class="subxComment"># line = read-line-buffered(in)</span>
+<span id="L467" class="LineNr">467 </span>      (<a href='../055stream.subx.html#L17'>clear-stream</a> %ecx)
+<span id="L468" class="LineNr">468 </span>      (<a href='../071read-line.subx.html#L9'>read-line-buffered</a> *(ebp+8) %ecx)
+<span id="L469" class="LineNr">469 </span>      <span class="subxComment"># if (line-&gt;write == 0) break</span>
+<span id="L470" class="LineNr">470 </span>      81 7/subop/compare *ecx 0/imm32
+<span id="L471" class="LineNr">471 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
+<span id="L472" class="LineNr">472 </span>      <span class="subxComment"># word-slice = next-word(line)</span>
+<span id="L473" class="LineNr">473 </span>      (<a href='../076next-word.subx.html#L10'>next-word</a> %ecx %edx)
+<span id="L474" class="LineNr">474 </span>      <span class="subxComment"># if slice-empty?(word-slice)) continue</span>
+<span id="L475" class="LineNr">475 </span>      (<a href='../072slice.subx.html#L9'>slice-empty?</a> %ecx)
+<span id="L476" class="LineNr">476 </span>      3d/compare-eax-and 0/imm32
+<span id="L477" class="LineNr">477 </span>      75/jump-if-not-equal <span class="Constant">loop</span>/disp8
+<span id="L478" class="LineNr">478 </span>      <span class="subxComment"># if (slice-starts-with?(word-slice, '#') continue</span>
+<span id="L479" class="LineNr">479 </span>      <span class="subxS1Comment"># . eax = *word-slice-&gt;start</span>
+<span id="L480" class="LineNr">480 </span>      8b/-&gt; *edx 0/r32/eax
+<span id="L481" class="LineNr">481 </span>      8a/copy-byte *eax 0/r32/AL
+<span id="L482" class="LineNr">482 </span>      81 4/subop/and %eax 0xff/imm32
+<span id="L483" class="LineNr">483 </span>      <span class="subxS1Comment"># . if (eax == '#') continue</span>
+<span id="L484" class="LineNr">484 </span>      3d/compare-eax-and 0x23/imm32/hash
+<span id="L485" class="LineNr">485 </span>      74/jump-if-equal <span class="Constant">loop</span>/disp8
+<span id="L486" class="LineNr">486 </span>      {
+<span id="L487" class="LineNr">487 </span>        <span class="subxComment"># if slice-equal?(word-slice, &quot;{&quot;) ++open-curly-count</span>
+<span id="L488" class="LineNr">488 </span>        {
+<span id="L489" class="LineNr">489 </span>          (<a href='../072slice.subx.html#L91'>slice-equal?</a> %ecx <span class="Constant">&quot;{&quot;</span>)
+<span id="L490" class="LineNr">490 </span>          3d/compare-eax-and 0/imm32
+<span id="L491" class="LineNr">491 </span>          74/jump-if-equal <span class="Constant">break</span>/disp8
+<span id="L492" class="LineNr">492 </span>          43/increment-ebx
+<span id="L493" class="LineNr">493 </span>          eb/jump $curly-found:end/disp8
+<span id="L494" class="LineNr">494 </span>        }
+<span id="L495" class="LineNr">495 </span>        <span class="subxComment"># else if slice-equal?(word-slice, &quot;}&quot;) --open-curly-count</span>
+<span id="L496" class="LineNr">496 </span>        {
+<span id="L497" class="LineNr">497 </span>          (<a href='../072slice.subx.html#L91'>slice-equal?</a> %ecx <span class="Constant">&quot;}&quot;</span>)
+<span id="L498" class="LineNr">498 </span>          3d/compare-eax-and 0/imm32
+<span id="L499" class="LineNr">499 </span>          74/jump-if-equal <span class="Constant">break</span>/disp8
+<span id="L500" class="LineNr">500 </span>          4b/decrement-ebx
+<span id="L501" class="LineNr">501 </span>          eb/jump $curly-found:end/disp8
+<span id="L502" class="LineNr">502 </span>        }
+<span id="L503" class="LineNr">503 </span>        <span class="subxComment"># else break</span>
+<span id="L504" class="LineNr">504 </span>        eb/jump $populate-mu-function-body:end/disp8
+<span id="L505" class="LineNr">505 </span>      }
+<span id="L506" class="LineNr">506 </span>      <span class="subxH1Comment"># - check for invalid tokens after curly</span>
+<span id="L507" class="LineNr">507 </span><span class="Constant">$curly-found:end</span>:
+<span id="L508" class="LineNr">508 </span>      <span class="subxComment"># second-word-slice = next-word(line)</span>
+<span id="L509" class="LineNr">509 </span>      (<a href='../076next-word.subx.html#L10'>next-word</a> %ecx %edx)
+<span id="L510" class="LineNr">510 </span>      <span class="subxComment"># if slice-empty?(second-word-slice)) continue</span>
+<span id="L511" class="LineNr">511 </span>      (<a href='../072slice.subx.html#L9'>slice-empty?</a> %ecx)
+<span id="L512" class="LineNr">512 </span>      3d/compare-eax-and 0/imm32
+<span id="L513" class="LineNr">513 </span>      0f 85/jump-if-not-equal <span class="Constant">loop</span>/disp32
+<span id="L514" class="LineNr">514 </span>      <span class="subxComment"># if (slice-starts-with?(second-word-slice, '#') continue</span>
+<span id="L515" class="LineNr">515 </span>      <span class="subxS1Comment"># . eax = *second-word-slice-&gt;start</span>
+<span id="L516" class="LineNr">516 </span>      8b/-&gt; *edx 0/r32/eax
+<span id="L517" class="LineNr">517 </span>      8a/copy-byte *eax 0/r32/AL
+<span id="L518" class="LineNr">518 </span>      81 4/subop/and %eax 0xff/imm32
+<span id="L519" class="LineNr">519 </span>      <span class="subxS1Comment"># . if (eax == '#') continue</span>
+<span id="L520" class="LineNr">520 </span>      3d/compare-eax-and 0x23/imm32/hash
+<span id="L521" class="LineNr">521 </span>      0f 84/jump-if-equal <span class="Constant">loop</span>/disp32
+<span id="L522" class="LineNr">522 </span>      <span class="subxComment"># abort</span>
+<span id="L523" class="LineNr">523 </span>      eb/jump $populate-mu-function-body:abort/disp8
+<span id="L524" class="LineNr">524 </span>    } <span class="subxComment"># end line loop</span>
+<span id="L525" class="LineNr">525 </span><span class="Constant">$populate-mu-function-body:end</span>:
+<span id="L526" class="LineNr">526 </span>    <span class="subxS1Comment"># . reclaim locals</span>
+<span id="L527" class="LineNr">527 </span>    81 0/subop/add %esp 0x214/imm32
+<span id="L528" class="LineNr">528 </span>    <span class="subxS1Comment"># . restore registers</span>
+<span id="L529" class="LineNr">529 </span>    5b/pop-to-ebx
+<span id="L530" class="LineNr">530 </span>    5a/pop-to-edx
+<span id="L531" class="LineNr">531 </span>    59/pop-to-ecx
+<span id="L532" class="LineNr">532 </span>    58/pop-to-eax
+<span id="L533" class="LineNr">533 </span>    <span class="subxS1Comment"># . epilogue</span>
+<span id="L534" class="LineNr">534 </span>    89/&lt;- %esp 5/r32/ebp
+<span id="L535" class="LineNr">535 </span>    5d/pop-to-ebp
+<span id="L536" class="LineNr">536 </span>    c3/return
+<span id="L537" class="LineNr">537 </span>
+<span id="L538" class="LineNr">538 </span><span class="Constant">$populate-mu-function-body:abort</span>:
+<span id="L539" class="LineNr">539 </span>    <span class="subxComment"># error(&quot;'{' or '}' should be on its own line, but got '&quot;)</span>
+<span id="L540" class="LineNr">540 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;'{' or '}' should be on its own line, but got '&quot;</span>)
+<span id="L541" class="LineNr">541 </span>    (<a href='../055stream.subx.html#L54'>rewind-stream</a> %ecx)
+<span id="L542" class="LineNr">542 </span>    (<a href='../062write-stream.subx.html#L18'>write-stream</a> 2 %ecx)
+<span id="L543" class="LineNr">543 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span> <span class="Constant">&quot;'\n&quot;</span>)
+<span id="L544" class="LineNr">544 </span>    (<a href='../064write-byte.subx.html#L81'>flush</a> <span class="SpecialChar"><a href='../065write-buffered.subx.html#L209'>Stderr</a></span>)
+<span id="L545" class="LineNr">545 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
+<span id="L546" class="LineNr">546 </span>    bb/copy-to-ebx  1/imm32
+<span id="L547" class="LineNr">547 </span>    b8/copy-to-eax  1/imm32/exit
+<span id="L548" class="LineNr">548 </span>    cd/syscall  0x80/imm8
+<span id="L549" class="LineNr">549 </span>    <span class="subxComment"># never gets here</span>
+<span id="L550" class="LineNr">550 </span>
+<span id="L551" class="LineNr">551 </span><span class="subxFunction">check-mu-types</span>:
+<span id="L552" class="LineNr">552 </span>    <span class="subxS1Comment"># . prologue</span>
+<span id="L553" class="LineNr">553 </span>    55/push-ebp
+<span id="L554" class="LineNr">554 </span>    89/&lt;- %ebp 4/r32/esp
+<span id="L555" class="LineNr">555 </span>    <span class="subxComment">#</span>
+<span id="L556" class="LineNr">556 </span><span class="Constant">$check-types:end</span>:
+<span id="L557" class="LineNr">557 </span>    <span class="subxS1Comment"># . epilogue</span>
+<span id="L558" class="LineNr">558 </span>    89/&lt;- %esp 5/r32/ebp
+<span id="L559" class="LineNr">559 </span>    5d/pop-to-ebp
+<span id="L560" class="LineNr">560 </span>    c3/return
+<span id="L561" class="LineNr">561 </span>
+<span id="L562" class="LineNr">562 </span><span class="subxFunction">emit-subx</span>:  <span class="subxComment"># out : (address buffered-file)</span>
+<span id="L563" class="LineNr">563 </span>    <span class="subxS1Comment"># . prologue</span>
+<span id="L564" class="LineNr">564 </span>    55/push-ebp
+<span id="L565" class="LineNr">565 </span>    89/&lt;- %ebp 4/r32/esp
+<span id="L566" class="LineNr">566 </span>    <span class="subxS1Comment"># . save registers</span>
+<span id="L567" class="LineNr">567 </span>    50/push-eax
+<span id="L568" class="LineNr">568 </span>    51/push-ecx
+<span id="L569" class="LineNr">569 </span>    57/push-edi
+<span id="L570" class="LineNr">570 </span>    <span class="subxComment"># edi = out</span>
+<span id="L571" class="LineNr">571 </span>    8b/-&gt; *(ebp+8) 7/r32/edi
+<span id="L572" class="LineNr">572 </span>    <span class="subxComment"># var curr/ecx : (address function) = Program</span>
+<span id="L573" class="LineNr">573 </span>    8b/-&gt; *<span class="SpecialChar"><a href='mu.subx.html#L11'>Program</a></span> 1/r32/ecx
+<span id="L574" class="LineNr">574 </span>    {
+<span id="L575" class="LineNr">575 </span>      <span class="subxComment"># if (curr == NULL) break</span>
+<span id="L576" class="LineNr">576 </span>      81 7/subop/compare %ecx 0/imm32
+<span id="L577" class="LineNr">577 </span>      0f 84/jump-if-equal <span class="Constant">break</span>/disp32
+<span id="L578" class="LineNr">578 </span>      (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> %edi *ecx)
+<span id="L579" class="LineNr">579 </span>      (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> %edi <span class="Constant">&quot;:\n&quot;</span>)
+<span id="L580" class="LineNr">580 </span>      (<a href='mu.subx.html#L596'>emit-subx-prologue</a> %edi)
+<span id="L581" class="LineNr">581 </span>      (<a href='mu.subx.html#L609'>emit-subx-epilogue</a> %edi)
+<span id="L582" class="LineNr">582 </span>      <span class="subxComment"># curr = curr-&gt;next</span>
+<span id="L583" class="LineNr">583 </span>      8b/-&gt; *(ecx+0x10) 1/r32/ecx
+<span id="L584" class="LineNr">584 </span>      e9/jump <span class="Constant">loop</span>/disp32
+<span id="L585" class="LineNr">585 </span>    }
+<span id="L586" class="LineNr">586 </span><span class="Constant">$emit-subx:end</span>:
+<span id="L587" class="LineNr">587 </span>    <span class="subxS1Comment"># . restore registers</span>
+<span id="L588" class="LineNr">588 </span>    5f/pop-to-edi
+<span id="L589" class="LineNr">589 </span>    59/pop-to-ecx
+<span id="L590" class="LineNr">590 </span>    58/pop-to-eax
+<span id="L591" class="LineNr">591 </span>    <span class="subxS1Comment"># . epilogue</span>
+<span id="L592" class="LineNr">592 </span>    89/&lt;- %esp 5/r32/ebp
+<span id="L593" class="LineNr">593 </span>    5d/pop-to-ebp
+<span id="L594" class="LineNr">594 </span>    c3/return
+<span id="L595" class="LineNr">595 </span>
+<span id="L596" class="LineNr">596 </span><span class="subxFunction">emit-subx-prologue</span>:  <span class="subxComment"># out : (address buffered-file)</span>
+<span id="L597" class="LineNr">597 </span>    <span class="subxS1Comment"># . prologue</span>
+<span id="L598" class="LineNr">598 </span>    55/push-ebp
+<span id="L599" class="LineNr">599 </span>    89/&lt;- %ebp 4/r32/esp
+<span id="L600" class="LineNr">600 </span>    <span class="subxComment">#</span>
+<span id="L601" class="LineNr">601 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;# . prologue\n&quot;</span>)
+<span id="L602" class="LineNr">602 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;55/push-ebp\n&quot;</span>)
+<span id="L603" class="LineNr">603 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;89/&lt;- %ebp 4/r32/esp\n&quot;</span>)
+<span id="L604" class="LineNr">604 </span>    <span class="subxS1Comment"># . epilogue</span>
+<span id="L605" class="LineNr">605 </span>    89/&lt;- %esp 5/r32/ebp
+<span id="L606" class="LineNr">606 </span>    5d/pop-to-ebp
+<span id="L607" class="LineNr">607 </span>    c3/return
+<span id="L608" class="LineNr">608 </span>
+<span id="L609" class="LineNr">609 </span><span class="subxFunction">emit-subx-epilogue</span>:  <span class="subxComment"># out : (address buffered-file)</span>
+<span id="L610" class="LineNr">610 </span>    <span class="subxS1Comment"># . prologue</span>
+<span id="L611" class="LineNr">611 </span>    55/push-ebp
+<span id="L612" class="LineNr">612 </span>    89/&lt;- %ebp 4/r32/esp
+<span id="L613" class="LineNr">613 </span>    <span class="subxComment">#</span>
+<span id="L614" class="LineNr">614 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;# . epilogue\n&quot;</span>)
+<span id="L615" class="LineNr">615 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;89/&lt;- %esp 5/r32/ebp\n&quot;</span>)
+<span id="L616" class="LineNr">616 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;5d/pop-to-ebp\n&quot;</span>)
+<span id="L617" class="LineNr">617 </span>    (<a href='../065write-buffered.subx.html#L8'>write-buffered</a> *(ebp+8) <span class="Constant">&quot;c3/return\n&quot;</span>)
+<span id="L618" class="LineNr">618 </span>    <span class="subxS1Comment"># . epilogue</span>
+<span id="L619" class="LineNr">619 </span>    89/&lt;- %esp 5/r32/ebp
+<span id="L620" class="LineNr">620 </span>    5d/pop-to-ebp
+<span id="L621" class="LineNr">621 </span>    c3/return
 </pre>
 </body>
 </html>
diff --git a/linkify/linkify.cc b/linkify/linkify.cc
index 9557f256..ece50748 100644
--- a/linkify/linkify.cc
+++ b/linkify/linkify.cc
@@ -203,6 +203,10 @@ void replace_tags_in_file(const string& filename, const map<string, syminfo>& in
             out << c;
             at_start_of_line = false;
           }
+          else if (c == ')') {
+            out << c;
+            at_start_of_line = false;
+          }
           else {
 //?             cerr << "rest\n";
             if (c == ',' || c == ':') {
@@ -213,7 +217,7 @@ void replace_tags_in_file(const string& filename, const map<string, syminfo>& in
             ostringstream out2;
             out2 << c;
             while (in2 >> c) {
-              if (isspace(c) || c == '<' || c == '"' || c == '\'' || c == '/' || c == ',' || c == ':') {  // keep sync'd with other clauses above
+              if (isspace(c) || c == '<' || c == '"' || c == '\'' || c == '/' || c == ',' || c == ':' || c == '(' || c == ')') {  // keep sync'd with other clauses above
                 in2.putback(c);
                 break;
               }