about summary refs log tree commit diff stats
path: root/html/115write-byte.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/115write-byte.subx.html')
-rw-r--r--html/115write-byte.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/115write-byte.subx.html b/html/115write-byte.subx.html
index b0c05e8c..df6d9863 100644
--- a/html/115write-byte.subx.html
+++ b/html/115write-byte.subx.html
@@ -83,7 +83,7 @@ if ('onhashchange' in window) {
 <span id="L23" class="LineNr">23 </span>    8b/copy                         0/mod/indirect  7/rm32/edi   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          1/r32/ecx  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy *edi to ecx</span>
 <span id="L24" class="LineNr">24 </span>    <span class="subxComment"># if (f-&gt;write &gt;= f-&gt;size) abort</span>
 <span id="L25" class="LineNr">25 </span>    3b/compare                      1/mod/*+disp8   7/rm32/edi   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          1/r32/ecx   8/disp8        <span class="Normal"> . </span>                <span class="subxComment"># compare ecx with *(edi+8)</span>
-<span id="L26" class="LineNr">26 </span>    7d/jump-if-&gt;=  $append-byte:<a href='501draw-text.mu.html#L459'>abort</a>/disp8
+<span id="L26" class="LineNr">26 </span>    7d/jump-if-&gt;=  $append-byte:<a href='501draw-text.mu.html#L481'>abort</a>/disp8
 <span id="L27" class="LineNr">27 </span><span class="Constant">$append-byte:to-stream</span>:
 <span id="L28" class="LineNr">28 </span>    <span class="subxComment"># write to stream</span>
 <span id="L29" class="LineNr">29 </span>    <span class="subxComment"># f-&gt;data[f-&gt;write] = LSB(n)</span>
@@ -102,8 +102,8 @@ if ('onhashchange' in window) {
 <span id="L42" class="LineNr">42 </span>    5d/pop-to-ebp
 <span id="L43" class="LineNr">43 </span>    c3/return
 <span id="L44" class="LineNr">44 </span>
-<span id="L45" class="LineNr">45 </span><span class="Constant">$append-byte:<a href='501draw-text.mu.html#L459'>abort</a></span>:
-<span id="L46" class="LineNr">46 </span>    (<a href='501draw-text.mu.html#L236'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;append-byte: out of space\n&quot;</span> 3 0)  <span class="subxComment"># 3=cyan</span>
+<span id="L45" class="LineNr">45 </span><span class="Constant">$append-byte:<a href='501draw-text.mu.html#L481'>abort</a></span>:
+<span id="L46" class="LineNr">46 </span>    (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;append-byte: out of space\n&quot;</span> 3 0)  <span class="subxComment"># 3=cyan</span>
 <span id="L47" class="LineNr">47 </span>    {
 <span id="L48" class="LineNr">48 </span>      eb/jump <span class="Constant">loop</span>/disp8
 <span id="L49" class="LineNr">49 </span>    }