about summary refs log tree commit diff stats
path: root/html/life.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-18 13:01:59 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-18 13:04:33 -0700
commit5396e24cba8390ca2d70d99c7e8772eee4ec3a11 (patch)
treeb266edbb6c21db7904370d082a7966783fb9e9d4 /html/life.mu.html
parentb4c0b12542c1f1a1e141ed0c8db2f6165af06e0f (diff)
downloadmu-5396e24cba8390ca2d70d99c7e8772eee4ec3a11.tar.gz
.
Diffstat (limited to 'html/life.mu.html')
-rw-r--r--html/life.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/life.mu.html b/html/life.mu.html
index 3de0b36c..c2bf5faf 100644
--- a/html/life.mu.html
+++ b/html/life.mu.html
@@ -280,12 +280,12 @@ if ('onhashchange' in window) {
 <span id="L221" class="LineNr">221 </span>  <span class="PreProc">var</span> grid1-storage: (handle array boolean)
 <span id="L222" class="LineNr">222 </span>  <span class="PreProc">var</span> grid1-ah/<span class="Constant">eax</span>: (addr handle array boolean) <span class="Special">&lt;-</span> address grid1-storage
 <span id="L223" class="LineNr">223 </span>  populate grid1-ah, <span class="Constant">0xc000</span>  <span class="muComment"># width * height</span>
-<span id="L224" class="LineNr">224 </span>  <span class="PreProc">var</span> _grid1/<span class="Constant">eax</span>: (addr array boolean) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L226'>lookup</a> *grid1-ah
+<span id="L224" class="LineNr">224 </span>  <span class="PreProc">var</span> _grid1/<span class="Constant">eax</span>: (addr array boolean) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *grid1-ah
 <span id="L225" class="LineNr">225 </span>  <span class="PreProc">var</span> grid1/<span class="Constant">esi</span>: (addr array boolean) <span class="Special">&lt;-</span> copy _grid1
 <span id="L226" class="LineNr">226 </span>  <span class="PreProc">var</span> grid2-storage: (handle array boolean)
 <span id="L227" class="LineNr">227 </span>  <span class="PreProc">var</span> grid2-ah/<span class="Constant">eax</span>: (addr handle array boolean) <span class="Special">&lt;-</span> address grid2-storage
 <span id="L228" class="LineNr">228 </span>  populate grid2-ah, <span class="Constant">0xc000</span>  <span class="muComment"># width * height</span>
-<span id="L229" class="LineNr">229 </span>  <span class="PreProc">var</span> _grid2/<span class="Constant">eax</span>: (addr array boolean) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L226'>lookup</a> *grid2-ah
+<span id="L229" class="LineNr">229 </span>  <span class="PreProc">var</span> _grid2/<span class="Constant">eax</span>: (addr array boolean) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *grid2-ah
 <span id="L230" class="LineNr">230 </span>  <span class="PreProc">var</span> grid2/<span class="Constant">edi</span>: (addr array boolean) <span class="Special">&lt;-</span> copy _grid2
 <span id="L231" class="LineNr">231 </span>  <span class="muComment"># initialize grid1</span>
 <span id="L232" class="LineNr">232 </span>  <a href='life.mu.html#L38'>set-state</a> grid1, <span class="Constant">0x80</span>, <span class="Constant">0x5f</span>, <span class="Constant">1</span>/live