about summary refs log tree commit diff stats
path: root/html/121new-stream.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-04-13 21:11:26 -0700
committerKartik Agaram <vc@akkartik.com>2021-04-13 21:11:26 -0700
commit5a3f9a31850d6da72dff7211c9760cd4a8e1090b (patch)
treeda45bfbfa58a4573b6c1898006dfaf146352eb40 /html/121new-stream.subx.html
parentfea45ccbea6bee563b41da199fb3c456c6069cb5 (diff)
downloadmu-5a3f9a31850d6da72dff7211c9760cd4a8e1090b.tar.gz
.
Diffstat (limited to 'html/121new-stream.subx.html')
-rw-r--r--html/121new-stream.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/121new-stream.subx.html b/html/121new-stream.subx.html
index efc8a085..fe952139 100644
--- a/html/121new-stream.subx.html
+++ b/html/121new-stream.subx.html
@@ -79,7 +79,7 @@ if ('onhashchange' in window) {
 <span id="L20" class="LineNr"> 20 </span>    f7          4/subop/multiply    1/mod/*+disp8   5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>                                    0xc/disp8      <span class="Normal"> . </span>                <span class="subxComment"># multiply *(ebp+12) into edx:eax</span>
 <span id="L21" class="LineNr"> 21 </span>    <span class="subxS1Comment"># . if overflow abort</span>
 <span id="L22" class="LineNr"> 22 </span>    81          7/subop/compare     3/mod/direct    2/rm32/edx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0/imm32           <span class="subxComment"># compare edx</span>
-<span id="L23" class="LineNr"> 23 </span>    75/jump-if-!=  $new-stream:<a href='501draw-text.mu.html#L459'>abort</a>/disp8
+<span id="L23" class="LineNr"> 23 </span>    75/jump-if-!=  $new-stream:<a href='501draw-text.mu.html#L481'>abort</a>/disp8
 <span id="L24" class="LineNr"> 24 </span>    <span class="subxS1Comment"># . edx = elemsize*length</span>
 <span id="L25" class="LineNr"> 25 </span>    89/copy                         3/mod/direct    2/rm32/edx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          0/r32/eax  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy eax to edx</span>
 <span id="L26" class="LineNr"> 26 </span>    <span class="subxComment"># var n/eax: int = size + 12 (for read, write and size)</span>
@@ -116,8 +116,8 @@ if ('onhashchange' in window) {
 <span id="L57" class="LineNr"> 57 </span>    5d/pop-to-ebp
 <span id="L58" class="LineNr"> 58 </span>    c3/return
 <span id="L59" class="LineNr"> 59 </span>
-<span id="L60" class="LineNr"> 60 </span><span class="Constant">$new-stream:<a href='501draw-text.mu.html#L459'>abort</a></span>:
-<span id="L61" class="LineNr"> 61 </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;new-stream: size too large&quot;</span> 3 0)  <span class="subxComment"># 3=cyan</span>
+<span id="L60" class="LineNr"> 60 </span><span class="Constant">$new-stream:<a href='501draw-text.mu.html#L481'>abort</a></span>:
+<span id="L61" class="LineNr"> 61 </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;new-stream: size too large&quot;</span> 3 0)  <span class="subxComment"># 3=cyan</span>
 <span id="L62" class="LineNr"> 62 </span>    {
 <span id="L63" class="LineNr"> 63 </span>      eb/jump <span class="Constant">loop</span>/disp8
 <span id="L64" class="LineNr"> 64 </span>    }