about summary refs log tree commit diff stats
path: root/html/shell/cell.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-10-11 21:35:16 -0700
committerKartik Agaram <vc@akkartik.com>2021-10-11 21:35:16 -0700
commit132d72d28a63e58ec7f5e6fc955be140ee5844b0 (patch)
treea169eda8e804e45aaca32bf23df4dcb27b25e255 /html/shell/cell.mu.html
parenta54b2cb7af733ae053b0aa78eca2bd4a3419d23d (diff)
downloadmu-132d72d28a63e58ec7f5e6fc955be140ee5844b0.tar.gz
.
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 618b296a..acbc8594 100644
--- a/html/shell/cell.mu.html
+++ b/html/shell/cell.mu.html
@@ -71,7 +71,7 @@ if ('onhashchange' in window) {
 <span id="L11" class="LineNr"> 11 </span>  <span class="muComment"># type 4: primitive function</span>
 <span id="L12" class="LineNr"> 12 </span>  index-data: int
 <span id="L13" class="LineNr"> 13 </span>  <span class="muComment"># type 5: screen</span>
-<span id="L14" class="LineNr"> 14 </span>  screen-data: (handle <a href='../500fake-screen.mu.html#L14'>screen</a>)
+<span id="L14" class="LineNr"> 14 </span>  screen-data: (handle <a href='../500fake-screen.mu.html#L16'>screen</a>)
 <span id="L15" class="LineNr"> 15 </span>  <span class="muComment"># type 6: keyboard</span>
 <span id="L16" class="LineNr"> 16 </span>  keyboard-data: (handle <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>)
 <span id="L17" class="LineNr"> 17 </span>  <span class="muComment"># type 7: array</span>
@@ -265,10 +265,10 @@ if ('onhashchange' in window) {
 <span id="L205" class="LineNr">205 </span>  <span class="PreProc">var</span> out/eax: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
 <span id="L206" class="LineNr">206 </span>  <a href='cell.mu.html#L196'>allocate-screen</a> out
 <span id="L207" class="LineNr">207 </span>  <span class="PreProc">var</span> out-addr/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L235'>lookup</a> *out
-<span id="L208" class="LineNr">208 </span>  <span class="PreProc">var</span> dest-ah/eax: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get out-addr, screen-data
+<span id="L208" class="LineNr">208 </span>  <span class="PreProc">var</span> dest-ah/eax: (addr handle <a href='../500fake-screen.mu.html#L16'>screen</a>) <span class="Special">&lt;-</span> get out-addr, screen-data
 <span id="L209" class="LineNr">209 </span>  <a href='../120allocate.subx.html#L43'>allocate</a> dest-ah
-<span id="L210" class="LineNr">210 </span>  <span class="PreProc">var</span> dest-addr/eax: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L235'>lookup</a> *dest-ah
-<span id="L211" class="LineNr">211 </span>  <a href='../500fake-screen.mu.html#L32'>initialize-screen</a> dest-addr, width, height, pixel-graphics?
+<span id="L210" class="LineNr">210 </span>  <span class="PreProc">var</span> dest-addr/eax: (addr <a href='../500fake-screen.mu.html#L16'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L235'>lookup</a> *dest-ah
+<span id="L211" class="LineNr">211 </span>  <a href='../500fake-screen.mu.html#L34'>initialize-screen</a> dest-addr, width, height, pixel-graphics?
 <span id="L212" class="LineNr">212 </span><span class="Delimiter">}</span>
 <span id="L213" class="LineNr">213 </span>
 <span id="L214" class="LineNr">214 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L214'>screen?</a></span> _x: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/eax: boolean <span class="Delimiter">{</span>
@@ -290,9 +290,9 @@ if ('onhashchange' in window) {
 <span id="L230" class="LineNr">230 </span>    <span class="PreProc">break-if-!=</span>
 <span id="L231" class="LineNr">231 </span>    <span class="PreProc">return</span>
 <span id="L232" class="LineNr">232 </span>  <span class="Delimiter">}</span>
-<span id="L233" class="LineNr">233 </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 self, screen-data
-<span id="L234" class="LineNr">234 </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#L235'>lookup</a> *screen-ah
-<span id="L235" class="LineNr">235 </span>  <a href='../500fake-screen.mu.html#L328'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
+<span id="L233" class="LineNr">233 </span>  <span class="PreProc">var</span> screen-ah/eax: (addr handle <a href='../500fake-screen.mu.html#L16'>screen</a>) <span class="Special">&lt;-</span> get self, screen-data
+<span id="L234" class="LineNr">234 </span>  <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L16'>screen</a>/eax: (addr <a href='../500fake-screen.mu.html#L16'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L235'>lookup</a> *screen-ah
+<span id="L235" class="LineNr">235 </span>  <a href='../500fake-screen.mu.html#L330'>clear-screen</a> <a href='../500fake-screen.mu.html#L16'>screen</a>
 <span id="L236" class="LineNr">236 </span><span class="Delimiter">}</span>
 <span id="L237" class="LineNr">237 </span>
 <span id="L238" class="LineNr">238 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L238'>allocate-keyboard</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>