about summary refs log tree commit diff stats
path: root/html/apps/ex13.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/ex13.mu.html')
-rw-r--r--html/apps/ex13.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/ex13.mu.html b/html/apps/ex13.mu.html
index 9eb76a6c..6a8a9c48 100644
--- a/html/apps/ex13.mu.html
+++ b/html/apps/ex13.mu.html
@@ -68,11 +68,11 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span><span class="muComment"># Run:</span>
 <span id="L9" class="LineNr"> 9 </span><span class="muComment">#   $ qemu-system-i386 -hda code.img -hdb data.img</span>
 <span id="L10" class="LineNr">10 </span>
-<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex13.mu.html#L11'>main</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span>
+<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex13.mu.html#L11'>main</a></span> <a href='../500fake-screen.mu.html#L16'>screen</a>: (addr <a href='../500fake-screen.mu.html#L16'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span>
 <span id="L12" class="LineNr">12 </span>  <span class="PreProc">var</span> img-storage: <a href='../511image.mu.html#L6'>image</a>
 <span id="L13" class="LineNr">13 </span>  <span class="PreProc">var</span> img/<span class="muRegEsi">esi</span>: (addr <a href='../511image.mu.html#L6'>image</a>) <span class="Special">&lt;-</span> address img-storage
 <span id="L14" class="LineNr">14 </span>  <a href='ex13.mu.html#L18'>load-image</a> img, data-disk
-<span id="L15" class="LineNr">15 </span>  <a href='../511image.mu.html#L55'>render-image</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, img, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x300</span>/width, <span class="Constant">0x300</span>/height
+<span id="L15" class="LineNr">15 </span>  <a href='../511image.mu.html#L55'>render-image</a> <a href='../500fake-screen.mu.html#L16'>screen</a>, img, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x300</span>/width, <span class="Constant">0x300</span>/height
 <span id="L16" class="LineNr">16 </span><span class="Delimiter">}</span>
 <span id="L17" class="LineNr">17 </span>
 <span id="L18" class="LineNr">18 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex13.mu.html#L18'>load-image</a></span> self: (addr <a href='../511image.mu.html#L6'>image</a>), data-disk: (addr disk) <span class="Delimiter">{</span>