about summary refs log tree commit diff stats
path: root/html/shell/cell.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/cell.mu.html')
-rw-r--r--html/shell/cell.mu.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/shell/cell.mu.html b/html/shell/cell.mu.html
index ec5bbc40..ffc4ba02 100644
--- a/html/shell/cell.mu.html
+++ b/html/shell/cell.mu.html
@@ -17,10 +17,10 @@ a { color:inherit; }
 .PreProc { color: #c000c0; }
 .Special { color: #ff6060; }
 .LineNr { }
-.muRegEsi { color: #87d787; }
 .Constant { color: #008787; }
-.muRegEax { color: #875f00; }
 .muRegEcx { color: #af875f; }
+.muRegEsi { color: #87d787; }
+.muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
 .muComment { color: #005faf; }
@@ -219,10 +219,10 @@ if ('onhashchange' in window) {
 <span id="L158" class="LineNr">158 </span>  <span class="PreProc">var</span> dest-ah/<span class="muRegEax">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get out-addr, screen-data
 <span id="L159" class="LineNr">159 </span>  <a href='../120allocate.subx.html#L43'>allocate</a> dest-ah
 <span id="L160" class="LineNr">160 </span>  <span class="PreProc">var</span> dest-addr/<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> *dest-ah
-<span id="L161" class="LineNr">161 </span>  <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> dest-addr, width, height, pixel-graphics?
+<span id="L161" class="LineNr">161 </span>  <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> dest-addr, width, height, pixel-graphics?
 <span id="L162" class="LineNr">162 </span><span class="Delimiter">}</span>
 <span id="L163" class="LineNr">163 </span>
-<span id="L164" class="LineNr">164 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L164'>clear-screen-cell</a></span> _self-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
+<span id="L164" class="LineNr">164 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L164'>clear-screen-var</a></span> _self-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
 <span id="L165" class="LineNr">165 </span>  <span class="PreProc">var</span> self-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _self-ah
 <span id="L166" class="LineNr">166 </span>  <span class="PreProc">var</span> self/<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> *self-ah
 <span id="L167" class="LineNr">167 </span>  compare self, <span class="Constant">0</span>
@@ -232,7 +232,7 @@ if ('onhashchange' in window) {
 <span id="L171" class="LineNr">171 </span>  <span class="Delimiter">}</span>
 <span id="L172" class="LineNr">172 </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 self, screen-data
 <span id="L173" class="LineNr">173 </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="L174" class="LineNr">174 </span>  <a href='../500fake-screen.mu.html#L231'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
+<span id="L174" class="LineNr">174 </span>  <a href='../500fake-screen.mu.html#L251'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
 <span id="L175" class="LineNr">175 </span><span class="Delimiter">}</span>
 <span id="L176" class="LineNr">176 </span>
 <span id="L177" class="LineNr">177 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L177'>allocate-keyboard</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
@@ -253,7 +253,7 @@ if ('onhashchange' in window) {
 <span id="L192" class="LineNr">192 </span>  <a href='gap-buffer.mu.html#L11'>initialize-gap-buffer</a> dest-addr, capacity
 <span id="L193" class="LineNr">193 </span><span class="Delimiter">}</span>
 <span id="L194" class="LineNr">194 </span>
-<span id="L195" class="LineNr">195 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L195'>rewind-keyboard-cell</a></span> _self-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
+<span id="L195" class="LineNr">195 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L195'>rewind-keyboard-var</a></span> _self-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
 <span id="L196" class="LineNr">196 </span>  <span class="PreProc">var</span> self-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _self-ah
 <span id="L197" class="LineNr">197 </span>  <span class="PreProc">var</span> self/<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> *self-ah
 <span id="L198" class="LineNr">198 </span>  compare self, <span class="Constant">0</span>
@@ -263,7 +263,7 @@ if ('onhashchange' in window) {
 <span id="L202" class="LineNr">202 </span>  <span class="Delimiter">}</span>
 <span id="L203" class="LineNr">203 </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 self, keyboard-data
 <span id="L204" class="LineNr">204 </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="L205" class="LineNr">205 </span>  <a href='gap-buffer.mu.html#L1012'>rewind-gap-buffer</a> keyboard
+<span id="L205" class="LineNr">205 </span>  <a href='gap-buffer.mu.html#L1015'>rewind-gap-buffer</a> keyboard
 <span id="L206" class="LineNr">206 </span><span class="Delimiter">}</span>
 </pre>
 </body>