about summary refs log tree commit diff stats
path: root/html/shell/print.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/print.mu.html')
-rw-r--r--html/shell/print.mu.html139
1 files changed, 69 insertions, 70 deletions
diff --git a/html/shell/print.mu.html b/html/shell/print.mu.html
index 9a927129..8194b970 100644
--- a/html/shell/print.mu.html
+++ b/html/shell/print.mu.html
@@ -14,19 +14,18 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.muRegEdx { color: #878700; }
-.muComment { color: #005faf; }
-.muTest { color: #5f8700; }
-.LineNr { }
-.muRegEdi { color: #87ffd7; }
-.muRegEcx { color: #af875f; }
+.PreProc { color: #c000c0; }
+.muRegEdx { color: #af5f00; }
 .Special { color: #ff6060; }
-.muRegEax { color: #875f00; }
+.LineNr { }
+.muRegEsi { color: #005faf; }
+.Constant { color: #008787; }
+.muRegEdi { color: #00af00; }
+.muRegEcx { color: #870000; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.muRegEsi { color: #87d787; }
-.Constant { color: #008787; }
-.PreProc { color: #c000c0; }
+.muTest { color: #5f8700; }
+.muComment { color: #005faf; }
 -->
 </style>
 
@@ -72,12 +71,12 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr">  8 </span>  <a href='../315stack-debug.subx.html#L5'>check-stack</a>
 <span id="L9" class="LineNr">  9 </span>  <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;print&quot;</span>
 <span id="L10" class="LineNr"> 10 </span>  <a href='trace.mu.html#L239'>trace-lower</a> trace
-<span id="L11" class="LineNr"> 11 </span>  <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
-<span id="L12" class="LineNr"> 12 </span>  <span class="PreProc">var</span> in-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in
+<span id="L11" class="LineNr"> 11 </span>  <span class="PreProc">var</span> in/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
+<span id="L12" class="LineNr"> 12 </span>  <span class="PreProc">var</span> in-addr/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in
 <span id="L13" class="LineNr"> 13 </span>  <span class="Delimiter">{</span>
 <span id="L14" class="LineNr"> 14 </span>    compare in-addr, <span class="Constant">0</span>
 <span id="L15" class="LineNr"> 15 </span>    <span class="PreProc">break-if-!=</span>
-<span id="L16" class="LineNr"> 16 </span>    <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;NULL&quot;</span>
+<span id="L16" class="LineNr"> 16 </span>    <span class="PreProc">var</span> overflow?/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;NULL&quot;</span>
 <span id="L17" class="LineNr"> 17 </span>    compare overflow?, <span class="Constant">0</span>/false
 <span id="L18" class="LineNr"> 18 </span>    <span class="Delimiter">{</span>
 <span id="L19" class="LineNr"> 19 </span>      <span class="PreProc">break-if-=</span>
@@ -88,10 +87,10 @@ if ('onhashchange' in window) {
 <span id="L24" class="LineNr"> 24 </span>    <span class="PreProc">return</span>
 <span id="L25" class="LineNr"> 25 </span>  <span class="Delimiter">}</span>
 <span id="L26" class="LineNr"> 26 </span>  <span class="Delimiter">{</span>
-<span id="L27" class="LineNr"> 27 </span>    <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> in-addr
+<span id="L27" class="LineNr"> 27 </span>    <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/eax: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> in-addr
 <span id="L28" class="LineNr"> 28 </span>    compare <a href='print.mu.html#L347'>nil?</a>, <span class="Constant">0</span>/false
 <span id="L29" class="LineNr"> 29 </span>    <span class="PreProc">break-if-=</span>
-<span id="L30" class="LineNr"> 30 </span>    <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;()&quot;</span>
+<span id="L30" class="LineNr"> 30 </span>    <span class="PreProc">var</span> overflow?/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;()&quot;</span>
 <span id="L31" class="LineNr"> 31 </span>    compare overflow?, <span class="Constant">0</span>/false
 <span id="L32" class="LineNr"> 32 </span>    <span class="Delimiter">{</span>
 <span id="L33" class="LineNr"> 33 </span>      <span class="PreProc">break-if-=</span>
@@ -132,7 +131,7 @@ if ('onhashchange' in window) {
 <span id="L68" class="LineNr"> 68 </span>  compare *in-type, <span class="Constant">4</span>/primitive
 <span id="L69" class="LineNr"> 69 </span>  <span class="Delimiter">{</span>
 <span id="L70" class="LineNr"> 70 </span>    <span class="PreProc">break-if-!=</span>
-<span id="L71" class="LineNr"> 71 </span>    <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;[primitive]&quot;</span>
+<span id="L71" class="LineNr"> 71 </span>    <span class="PreProc">var</span> overflow?/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;[primitive]&quot;</span>
 <span id="L72" class="LineNr"> 72 </span>    compare overflow?, <span class="Constant">0</span>/false
 <span id="L73" class="LineNr"> 73 </span>    <span class="Delimiter">{</span>
 <span id="L74" class="LineNr"> 74 </span>      <span class="PreProc">break-if-=</span>
@@ -146,17 +145,17 @@ if ('onhashchange' in window) {
 <span id="L82" class="LineNr"> 82 </span>  <span class="Delimiter">{</span>
 <span id="L83" class="LineNr"> 83 </span>    <span class="PreProc">break-if-!=</span>
 <span id="L84" class="LineNr"> 84 </span>    <span class="Delimiter">{</span>
-<span id="L85" class="LineNr"> 85 </span>      <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
+<span id="L85" class="LineNr"> 85 </span>      <span class="PreProc">var</span> available-space/eax: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
 <span id="L86" class="LineNr"> 86 </span>      compare available-space, <span class="Constant">0x10</span>
 <span id="L87" class="LineNr"> 87 </span>      <span class="PreProc">break-if-&gt;=</span>
-<span id="L88" class="LineNr"> 88 </span>      <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
+<span id="L88" class="LineNr"> 88 </span>      <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
 <span id="L89" class="LineNr"> 89 </span>      <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for screen&quot;</span>
 <span id="L90" class="LineNr"> 90 </span>      <span class="PreProc">return</span>
 <span id="L91" class="LineNr"> 91 </span>    <span class="Delimiter">}</span>
 <span id="L92" class="LineNr"> 92 </span>    <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;[screen &quot;</span>
-<span id="L93" class="LineNr"> 93 </span>    <span class="PreProc">var</span> screen-ah/<span class="muRegEax">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get in-addr, screen-data
-<span id="L94" class="LineNr"> 94 </span>    <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEax">eax</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *screen-ah
-<span id="L95" class="LineNr"> 95 </span>    <span class="PreProc">var</span> screen-addr/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <a href='../500fake-screen.mu.html#L14'>screen</a>
+<span id="L93" class="LineNr"> 93 </span>    <span class="PreProc">var</span> screen-ah/eax: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get in-addr, screen-data
+<span id="L94" class="LineNr"> 94 </span>    <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/eax: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *screen-ah
+<span id="L95" class="LineNr"> 95 </span>    <span class="PreProc">var</span> screen-addr/eax: int <span class="Special">&lt;-</span> copy <a href='../500fake-screen.mu.html#L14'>screen</a>
 <span id="L96" class="LineNr"> 96 </span>    <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> out, screen-addr
 <span id="L97" class="LineNr"> 97 </span>    <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;]&quot;</span>
 <span id="L98" class="LineNr"> 98 </span>    <a href='trace.mu.html#L250'>trace-higher</a> trace
@@ -166,17 +165,17 @@ if ('onhashchange' in window) {
 <span id="L102" class="LineNr">102 </span>  <span class="Delimiter">{</span>
 <span id="L103" class="LineNr">103 </span>    <span class="PreProc">break-if-!=</span>
 <span id="L104" class="LineNr">104 </span>    <span class="Delimiter">{</span>
-<span id="L105" class="LineNr">105 </span>      <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
+<span id="L105" class="LineNr">105 </span>      <span class="PreProc">var</span> available-space/eax: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
 <span id="L106" class="LineNr">106 </span>      compare available-space, <span class="Constant">0x10</span>
 <span id="L107" class="LineNr">107 </span>      <span class="PreProc">break-if-&gt;=</span>
-<span id="L108" class="LineNr">108 </span>      <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
+<span id="L108" class="LineNr">108 </span>      <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
 <span id="L109" class="LineNr">109 </span>      <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for keyboard&quot;</span>
 <span id="L110" class="LineNr">110 </span>      <span class="PreProc">return</span>
 <span id="L111" class="LineNr">111 </span>    <span class="Delimiter">}</span>
 <span id="L112" class="LineNr">112 </span>    <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;[keyboard &quot;</span>
-<span id="L113" class="LineNr">113 </span>    <span class="PreProc">var</span> keyboard-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get in-addr, keyboard-data
-<span id="L114" class="LineNr">114 </span>    <span class="PreProc">var</span> keyboard/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *keyboard-ah
-<span id="L115" class="LineNr">115 </span>    <span class="PreProc">var</span> keyboard-addr/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy keyboard
+<span id="L113" class="LineNr">113 </span>    <span class="PreProc">var</span> keyboard-ah/eax: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get in-addr, keyboard-data
+<span id="L114" class="LineNr">114 </span>    <span class="PreProc">var</span> keyboard/eax: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *keyboard-ah
+<span id="L115" class="LineNr">115 </span>    <span class="PreProc">var</span> keyboard-addr/eax: int <span class="Special">&lt;-</span> copy keyboard
 <span id="L116" class="LineNr">116 </span>    <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> out, keyboard-addr
 <span id="L117" class="LineNr">117 </span>    <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;]&quot;</span>
 <span id="L118" class="LineNr">118 </span>    <a href='trace.mu.html#L250'>trace-higher</a> trace
@@ -192,7 +191,7 @@ if ('onhashchange' in window) {
 <span id="L128" class="LineNr">128 </span>  <span class="PreProc">var</span> trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
 <span id="L129" class="LineNr">129 </span>  <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
 <span id="L130" class="LineNr">130 </span>  <a href='print.mu.html#L7'>print-cell</a> in-ah, stream, trace
-<span id="L131" class="LineNr">131 </span>  <span class="PreProc">var</span> d1/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
+<span id="L131" class="LineNr">131 </span>  <span class="PreProc">var</span> d1/eax: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L132" class="LineNr">132 </span>  <span class="PreProc">var</span> d2/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L133" class="LineNr">133 </span>  d1, d2 <span class="Special">&lt;-</span> <a href='../501draw-text.mu.html#L202'>draw-stream-wrapping-right-then-down</a> <span class="Constant">0</span>/screen, stream, <span class="Constant">0</span>/xmin, <span class="Constant">0</span>/ymin, <span class="Constant">0x80</span>/xmax, <span class="Constant">0x30</span>/ymax, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
 <span id="L134" class="LineNr">134 </span><span class="Delimiter">}</span>
@@ -210,23 +209,23 @@ if ('onhashchange' in window) {
 <span id="L146" class="LineNr">146 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L146'>print-symbol</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
 <span id="L147" class="LineNr">147 </span>  <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;symbol&quot;</span>
 <span id="L148" class="LineNr">148 </span>  <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
-<span id="L149" class="LineNr">149 </span>  <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
-<span id="L150" class="LineNr">150 </span>  <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
+<span id="L149" class="LineNr">149 </span>  <span class="PreProc">var</span> data-ah/eax: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
+<span id="L150" class="LineNr">150 </span>  <span class="PreProc">var</span> _data/eax: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
 <span id="L151" class="LineNr">151 </span>  <span class="PreProc">var</span> data/<span class="muRegEsi">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _data
 <span id="L152" class="LineNr">152 </span>  <a href='../106stream.subx.html#L59'>rewind-stream</a> data
-<span id="L153" class="LineNr">153 </span>  <span class="PreProc">var</span> _required-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
+<span id="L153" class="LineNr">153 </span>  <span class="PreProc">var</span> _required-space/eax: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
 <span id="L154" class="LineNr">154 </span>  <span class="PreProc">var</span> required-space/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy _required-space
-<span id="L155" class="LineNr">155 </span>  <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
+<span id="L155" class="LineNr">155 </span>  <span class="PreProc">var</span> available-space/eax: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
 <span id="L156" class="LineNr">156 </span>  compare required-space, available-space
 <span id="L157" class="LineNr">157 </span>  <span class="Delimiter">{</span>
 <span id="L158" class="LineNr">158 </span>    <span class="PreProc">break-if-&lt;=</span>
-<span id="L159" class="LineNr">159 </span>    <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
+<span id="L159" class="LineNr">159 </span>    <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
 <span id="L160" class="LineNr">160 </span>    <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-symbol: no space&quot;</span>
 <span id="L161" class="LineNr">161 </span>    <span class="PreProc">return</span>
 <span id="L162" class="LineNr">162 </span>  <span class="Delimiter">}</span>
 <span id="L163" class="LineNr">163 </span>  <a href='../113write-stream.subx.html#L8'>write-stream</a> out, data
 <span id="L164" class="LineNr">164 </span>  <span class="muComment"># trace</span>
-<span id="L165" class="LineNr">165 </span>  <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
+<span id="L165" class="LineNr">165 </span>  <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/eax: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
 <span id="L166" class="LineNr">166 </span>  compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
 <span id="L167" class="LineNr">167 </span>  <span class="PreProc">break-if-=</span>
 <span id="L168" class="LineNr">168 </span>  <a href='../106stream.subx.html#L59'>rewind-stream</a> data
@@ -240,18 +239,18 @@ if ('onhashchange' in window) {
 <span id="L176" class="LineNr">176 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L176'>print-stream</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
 <span id="L177" class="LineNr">177 </span>  <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;stream&quot;</span>
 <span id="L178" class="LineNr">178 </span>  <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
-<span id="L179" class="LineNr">179 </span>  <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
-<span id="L180" class="LineNr">180 </span>  <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
+<span id="L179" class="LineNr">179 </span>  <span class="PreProc">var</span> data-ah/eax: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
+<span id="L180" class="LineNr">180 </span>  <span class="PreProc">var</span> _data/eax: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
 <span id="L181" class="LineNr">181 </span>  <span class="PreProc">var</span> data/<span class="muRegEsi">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _data
 <span id="L182" class="LineNr">182 </span>  <a href='../106stream.subx.html#L59'>rewind-stream</a> data
-<span id="L183" class="LineNr">183 </span>  <span class="PreProc">var</span> _required-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
+<span id="L183" class="LineNr">183 </span>  <span class="PreProc">var</span> _required-space/eax: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
 <span id="L184" class="LineNr">184 </span>  <span class="PreProc">var</span> required-space/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy _required-space
 <span id="L185" class="LineNr">185 </span>  required-space <span class="Special">&lt;-</span> add <span class="Constant">2</span>  <span class="muComment"># for []</span>
-<span id="L186" class="LineNr">186 </span>  <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
+<span id="L186" class="LineNr">186 </span>  <span class="PreProc">var</span> available-space/eax: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
 <span id="L187" class="LineNr">187 </span>  compare required-space, available-space
 <span id="L188" class="LineNr">188 </span>  <span class="Delimiter">{</span>
 <span id="L189" class="LineNr">189 </span>    <span class="PreProc">break-if-&lt;=</span>
-<span id="L190" class="LineNr">190 </span>    <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
+<span id="L190" class="LineNr">190 </span>    <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
 <span id="L191" class="LineNr">191 </span>    <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-stream: no space&quot;</span>
 <span id="L192" class="LineNr">192 </span>    <span class="PreProc">return</span>
 <span id="L193" class="LineNr">193 </span>  <span class="Delimiter">}</span>
@@ -259,7 +258,7 @@ if ('onhashchange' in window) {
 <span id="L195" class="LineNr">195 </span>  <a href='../113write-stream.subx.html#L8'>write-stream</a> out, data
 <span id="L196" class="LineNr">196 </span>  <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;]&quot;</span>
 <span id="L197" class="LineNr">197 </span>  <span class="muComment"># trace</span>
-<span id="L198" class="LineNr">198 </span>  <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
+<span id="L198" class="LineNr">198 </span>  <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/eax: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
 <span id="L199" class="LineNr">199 </span>  compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
 <span id="L200" class="LineNr">200 </span>  <span class="PreProc">break-if-=</span>
 <span id="L201" class="LineNr">201 </span>  <a href='../106stream.subx.html#L59'>rewind-stream</a> data
@@ -271,20 +270,20 @@ if ('onhashchange' in window) {
 <span id="L207" class="LineNr">207 </span><span class="Delimiter">}</span>
 <span id="L208" class="LineNr">208 </span>
 <span id="L209" class="LineNr">209 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L209'>print-number</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
-<span id="L210" class="LineNr">210 </span>  <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
+<span id="L210" class="LineNr">210 </span>  <span class="PreProc">var</span> available-space/eax: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
 <span id="L211" class="LineNr">211 </span>  compare available-space, <span class="Constant">0x10</span>
 <span id="L212" class="LineNr">212 </span>  <span class="Delimiter">{</span>
 <span id="L213" class="LineNr">213 </span>    <span class="PreProc">break-if-&gt;=</span>
-<span id="L214" class="LineNr">214 </span>    <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
+<span id="L214" class="LineNr">214 </span>    <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
 <span id="L215" class="LineNr">215 </span>    <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-number: no space&quot;</span>
 <span id="L216" class="LineNr">216 </span>    <span class="PreProc">return</span>
 <span id="L217" class="LineNr">217 </span>  <span class="Delimiter">}</span>
 <span id="L218" class="LineNr">218 </span>  <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
-<span id="L219" class="LineNr">219 </span>  <span class="PreProc">var</span> val/<span class="muRegEax">eax</span>: (addr float) <span class="Special">&lt;-</span> get in, number-data
+<span id="L219" class="LineNr">219 </span>  <span class="PreProc">var</span> val/eax: (addr float) <span class="Special">&lt;-</span> get in, number-data
 <span id="L220" class="LineNr">220 </span>  <a href='../412render-float-decimal.mu.html#L163'>write-float-decimal-approximate</a> out, *val, <span class="Constant">0x10</span>/precision
 <span id="L221" class="LineNr">221 </span>  <span class="muComment"># trace</span>
 <span id="L222" class="LineNr">222 </span>  <span class="Delimiter">{</span>
-<span id="L223" class="LineNr">223 </span>    <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
+<span id="L223" class="LineNr">223 </span>    <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/eax: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
 <span id="L224" class="LineNr">224 </span>    compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
 <span id="L225" class="LineNr">225 </span>    <span class="PreProc">break-if-!=</span>
 <span id="L226" class="LineNr">226 </span>    <span class="PreProc">return</span>
@@ -299,49 +298,49 @@ if ('onhashchange' in window) {
 <span id="L235" class="LineNr">235 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L235'>print-pair</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
 <span id="L236" class="LineNr">236 </span>  <span class="muComment"># if in starts with a quote, print the quote outside the expression</span>
 <span id="L237" class="LineNr">237 </span>  <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
-<span id="L238" class="LineNr">238 </span>  <span class="PreProc">var</span> left-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
-<span id="L239" class="LineNr">239 </span>  <span class="PreProc">var</span> _left/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
+<span id="L238" class="LineNr">238 </span>  <span class="PreProc">var</span> left-ah/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
+<span id="L239" class="LineNr">239 </span>  <span class="PreProc">var</span> _left/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
 <span id="L240" class="LineNr">240 </span>  <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _left
-<span id="L241" class="LineNr">241 </span>  <span class="PreProc">var</span> is-quote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;'&quot;</span>
+<span id="L241" class="LineNr">241 </span>  <span class="PreProc">var</span> is-quote?/eax: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;'&quot;</span>
 <span id="L242" class="LineNr">242 </span>  compare is-quote?, <span class="Constant">0</span>/false
 <span id="L243" class="LineNr">243 </span>  <span class="Delimiter">{</span>
 <span id="L244" class="LineNr">244 </span>    <span class="PreProc">break-if-=</span>
-<span id="L245" class="LineNr">245 </span>    <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;'&quot;</span>
-<span id="L246" class="LineNr">246 </span>    <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
+<span id="L245" class="LineNr">245 </span>    <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;'&quot;</span>
+<span id="L246" class="LineNr">246 </span>    <span class="PreProc">var</span> right-ah/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
 <span id="L247" class="LineNr">247 </span>    <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
 <span id="L248" class="LineNr">248 </span>    <span class="PreProc">return</span>
 <span id="L249" class="LineNr">249 </span>  <span class="Delimiter">}</span>
-<span id="L250" class="LineNr">250 </span>  <span class="PreProc">var</span> is-backquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;`&quot;</span>
+<span id="L250" class="LineNr">250 </span>  <span class="PreProc">var</span> is-backquote?/eax: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;`&quot;</span>
 <span id="L251" class="LineNr">251 </span>  compare is-backquote?, <span class="Constant">0</span>/false
 <span id="L252" class="LineNr">252 </span>  <span class="Delimiter">{</span>
 <span id="L253" class="LineNr">253 </span>    <span class="PreProc">break-if-=</span>
-<span id="L254" class="LineNr">254 </span>    <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;`&quot;</span>
-<span id="L255" class="LineNr">255 </span>    <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
+<span id="L254" class="LineNr">254 </span>    <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;`&quot;</span>
+<span id="L255" class="LineNr">255 </span>    <span class="PreProc">var</span> right-ah/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
 <span id="L256" class="LineNr">256 </span>    <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
 <span id="L257" class="LineNr">257 </span>    <span class="PreProc">return</span>
 <span id="L258" class="LineNr">258 </span>  <span class="Delimiter">}</span>
-<span id="L259" class="LineNr">259 </span>  <span class="PreProc">var</span> is-unquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,&quot;</span>
+<span id="L259" class="LineNr">259 </span>  <span class="PreProc">var</span> is-unquote?/eax: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,&quot;</span>
 <span id="L260" class="LineNr">260 </span>  compare is-unquote?, <span class="Constant">0</span>/false
 <span id="L261" class="LineNr">261 </span>  <span class="Delimiter">{</span>
 <span id="L262" class="LineNr">262 </span>    <span class="PreProc">break-if-=</span>
-<span id="L263" class="LineNr">263 </span>    <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,&quot;</span>
-<span id="L264" class="LineNr">264 </span>    <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
+<span id="L263" class="LineNr">263 </span>    <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,&quot;</span>
+<span id="L264" class="LineNr">264 </span>    <span class="PreProc">var</span> right-ah/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
 <span id="L265" class="LineNr">265 </span>    <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
 <span id="L266" class="LineNr">266 </span>    <span class="PreProc">return</span>
 <span id="L267" class="LineNr">267 </span>  <span class="Delimiter">}</span>
-<span id="L268" class="LineNr">268 </span>  <span class="PreProc">var</span> is-unquote-splice?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,@&quot;</span>
+<span id="L268" class="LineNr">268 </span>  <span class="PreProc">var</span> is-unquote-splice?/eax: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,@&quot;</span>
 <span id="L269" class="LineNr">269 </span>  compare is-unquote-splice?, <span class="Constant">0</span>/false
 <span id="L270" class="LineNr">270 </span>  <span class="Delimiter">{</span>
 <span id="L271" class="LineNr">271 </span>    <span class="PreProc">break-if-=</span>
-<span id="L272" class="LineNr">272 </span>    <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,@&quot;</span>
-<span id="L273" class="LineNr">273 </span>    <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
+<span id="L272" class="LineNr">272 </span>    <span class="PreProc">var</span> dummy/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,@&quot;</span>
+<span id="L273" class="LineNr">273 </span>    <span class="PreProc">var</span> right-ah/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
 <span id="L274" class="LineNr">274 </span>    <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
 <span id="L275" class="LineNr">275 </span>    <span class="PreProc">return</span>
 <span id="L276" class="LineNr">276 </span>  <span class="Delimiter">}</span>
 <span id="L277" class="LineNr">277 </span>  <span class="muComment">#</span>
 <span id="L278" class="LineNr">278 </span>  <span class="PreProc">var</span> curr/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
 <span id="L279" class="LineNr">279 </span>  <span class="Delimiter">{</span>
-<span id="L280" class="LineNr">280 </span>    <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;(&quot;</span>
+<span id="L280" class="LineNr">280 </span>    <span class="PreProc">var</span> overflow?/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;(&quot;</span>
 <span id="L281" class="LineNr">281 </span>    compare overflow?, <span class="Constant">0</span>/false
 <span id="L282" class="LineNr">282 </span>    <span class="PreProc">break-if-=</span>
 <span id="L283" class="LineNr">283 </span>    <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space for '('&quot;</span>
@@ -352,20 +351,20 @@ if ('onhashchange' in window) {
 <span id="L288" class="LineNr">288 </span>    <a href='print.mu.html#L7'>print-cell</a> left, out, trace
 <span id="L289" class="LineNr">289 </span>    <span class="muComment"># errors? skip</span>
 <span id="L290" class="LineNr">290 </span>    <span class="Delimiter">{</span>
-<span id="L291" class="LineNr">291 </span>      <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
+<span id="L291" class="LineNr">291 </span>      <span class="PreProc">var</span> error?/eax: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
 <span id="L292" class="LineNr">292 </span>      compare error?, <span class="Constant">0</span>/false
 <span id="L293" class="LineNr">293 </span>      <span class="PreProc">break-if-=</span>
 <span id="L294" class="LineNr">294 </span>      <span class="PreProc">return</span>
 <span id="L295" class="LineNr">295 </span>    <span class="Delimiter">}</span>
 <span id="L296" class="LineNr">296 </span>    <span class="PreProc">var</span> right/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr, right
-<span id="L297" class="LineNr">297 </span>    <span class="PreProc">var</span> right-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right
+<span id="L297" class="LineNr">297 </span>    <span class="PreProc">var</span> right-addr/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right
 <span id="L298" class="LineNr">298 </span>    <span class="Delimiter">{</span>
 <span id="L299" class="LineNr">299 </span>      compare right-addr, <span class="Constant">0</span>
 <span id="L300" class="LineNr">300 </span>      <span class="PreProc">break-if-!=</span>
 <span id="L301" class="LineNr">301 </span>      <a href='../317abort.subx.html#L5'>abort</a> <span class="Constant">&quot;NULL in print!&quot;</span>
 <span id="L302" class="LineNr">302 </span>    <span class="Delimiter">}</span>
 <span id="L303" class="LineNr">303 </span>    <span class="Delimiter">{</span>
-<span id="L304" class="LineNr">304 </span>      <span class="PreProc">var</span> right-nil?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> right-addr
+<span id="L304" class="LineNr">304 </span>      <span class="PreProc">var</span> right-nil?/eax: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> right-addr
 <span id="L305" class="LineNr">305 </span>      compare right-nil?, <span class="Constant">0</span>/false
 <span id="L306" class="LineNr">306 </span>      <span class="Delimiter">{</span>
 <span id="L307" class="LineNr">307 </span>        <span class="PreProc">break-if-=</span>
@@ -374,7 +373,7 @@ if ('onhashchange' in window) {
 <span id="L310" class="LineNr">310 </span>      <span class="Delimiter">}</span>
 <span id="L311" class="LineNr">311 </span>    <span class="Delimiter">}</span>
 <span id="L312" class="LineNr">312 </span>    <span class="Delimiter">{</span>
-<span id="L313" class="LineNr">313 </span>      <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot; &quot;</span>
+<span id="L313" class="LineNr">313 </span>      <span class="PreProc">var</span> overflow?/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot; &quot;</span>
 <span id="L314" class="LineNr">314 </span>      compare overflow?, <span class="Constant">0</span>/false
 <span id="L315" class="LineNr">315 </span>      <span class="PreProc">break-if-=</span>
 <span id="L316" class="LineNr">316 </span>      <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space&quot;</span>
@@ -385,7 +384,7 @@ if ('onhashchange' in window) {
 <span id="L321" class="LineNr">321 </span>      compare *right-type-addr, <span class="Constant">0</span>/pair
 <span id="L322" class="LineNr">322 </span>      <span class="PreProc">break-if-=</span>
 <span id="L323" class="LineNr">323 </span>      <span class="Delimiter">{</span>
-<span id="L324" class="LineNr">324 </span>        <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;. &quot;</span>
+<span id="L324" class="LineNr">324 </span>        <span class="PreProc">var</span> overflow?/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;. &quot;</span>
 <span id="L325" class="LineNr">325 </span>        compare overflow?, <span class="Constant">0</span>/false
 <span id="L326" class="LineNr">326 </span>        <span class="PreProc">break-if-=</span>
 <span id="L327" class="LineNr">327 </span>        <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space&quot;</span>
@@ -398,7 +397,7 @@ if ('onhashchange' in window) {
 <span id="L334" class="LineNr">334 </span>    <span class="PreProc">loop</span>
 <span id="L335" class="LineNr">335 </span>  <span class="Delimiter">}</span>
 <span id="L336" class="LineNr">336 </span>  <span class="Delimiter">{</span>
-<span id="L337" class="LineNr">337 </span>    <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;)&quot;</span>
+<span id="L337" class="LineNr">337 </span>    <span class="PreProc">var</span> overflow?/eax: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;)&quot;</span>
 <span id="L338" class="LineNr">338 </span>    compare overflow?, <span class="Constant">0</span>/false
 <span id="L339" class="LineNr">339 </span>    <span class="PreProc">break-if-=</span>
 <span id="L340" class="LineNr">340 </span>    <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space for ')'&quot;</span>
@@ -408,26 +407,26 @@ if ('onhashchange' in window) {
 <span id="L344" class="LineNr">344 </span>
 <span id="L345" class="LineNr">345 </span><span class="muComment"># Most lisps intern nil, but we don't really have globals yet, so we'll be</span>
 <span id="L346" class="LineNr">346 </span><span class="muComment"># less efficient for now.</span>
-<span id="L347" class="LineNr">347 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L347'>nil?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
+<span id="L347" class="LineNr">347 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L347'>nil?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/eax: boolean <span class="Delimiter">{</span>
 <span id="L348" class="LineNr">348 </span>  <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
 <span id="L349" class="LineNr">349 </span>  <span class="muComment"># if type != pair, return false</span>
-<span id="L350" class="LineNr">350 </span>  <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
+<span id="L350" class="LineNr">350 </span>  <span class="PreProc">var</span> <span class="PreProc">type</span>/eax: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
 <span id="L351" class="LineNr">351 </span>  compare *<span class="PreProc">type</span>, <span class="Constant">0</span>/pair
 <span id="L352" class="LineNr">352 </span>  <span class="Delimiter">{</span>
 <span id="L353" class="LineNr">353 </span>    <span class="PreProc">break-if-=</span>
 <span id="L354" class="LineNr">354 </span>    <span class="PreProc">return</span> <span class="Constant">0</span>/false
 <span id="L355" class="LineNr">355 </span>  <span class="Delimiter">}</span>
 <span id="L356" class="LineNr">356 </span>  <span class="muComment"># if left != null, return false</span>
-<span id="L357" class="LineNr">357 </span>  <span class="PreProc">var</span> left-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
-<span id="L358" class="LineNr">358 </span>  <span class="PreProc">var</span> left/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
+<span id="L357" class="LineNr">357 </span>  <span class="PreProc">var</span> left-ah/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
+<span id="L358" class="LineNr">358 </span>  <span class="PreProc">var</span> left/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
 <span id="L359" class="LineNr">359 </span>  compare left, <span class="Constant">0</span>
 <span id="L360" class="LineNr">360 </span>  <span class="Delimiter">{</span>
 <span id="L361" class="LineNr">361 </span>    <span class="PreProc">break-if-=</span>
 <span id="L362" class="LineNr">362 </span>    <span class="PreProc">return</span> <span class="Constant">0</span>/false
 <span id="L363" class="LineNr">363 </span>  <span class="Delimiter">}</span>
 <span id="L364" class="LineNr">364 </span>  <span class="muComment"># if right != null, return false</span>
-<span id="L365" class="LineNr">365 </span>  <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
-<span id="L366" class="LineNr">366 </span>  <span class="PreProc">var</span> right/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right-ah
+<span id="L365" class="LineNr">365 </span>  <span class="PreProc">var</span> right-ah/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
+<span id="L366" class="LineNr">366 </span>  <span class="PreProc">var</span> right/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right-ah
 <span id="L367" class="LineNr">367 </span>  compare right, <span class="Constant">0</span>
 <span id="L368" class="LineNr">368 </span>  <span class="Delimiter">{</span>
 <span id="L369" class="LineNr">369 </span>    <span class="PreProc">break-if-=</span>