diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-12 12:15:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-12 14:52:07 -0800 |
commit | fa786ea791469364d635b6a5eb877b0c4e3333ce (patch) | |
tree | 090da2376f69341f9038e182ccf14c6a1cf91b9f /html/074write-stream-data.subx.html | |
parent | f1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff) | |
download | mu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz |
5884
Diffstat (limited to 'html/074write-stream-data.subx.html')
-rw-r--r-- | html/074write-stream-data.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/074write-stream-data.subx.html b/html/074write-stream-data.subx.html index 5ea6ff9a..0e65c3c8 100644 --- a/html/074write-stream-data.subx.html +++ b/html/074write-stream-data.subx.html @@ -77,7 +77,7 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr"> 18 </span> 56/push-esi <span id="L19" class="LineNr"> 19 </span> <span class="subxComment"># esi = s</span> <span id="L20" class="LineNr"> 20 </span> 8b/copy 1/mod/*+disp8 5/rm32/ebp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 6/r32/esi 0xc/disp8 <span class="Normal"> . </span> <span class="subxComment"># copy *(ebp+12) to esi</span> -<span id="L21" class="LineNr"> 21 </span> <span class="subxComment"># var slice/ecx : (ref slice) = {s->data, &s->data[s->write]}</span> +<span id="L21" class="LineNr"> 21 </span> <span class="subxComment"># var slice/ecx : slice = {s->data, &s->data[s->write]}</span> <span id="L22" class="LineNr"> 22 </span> <span class="subxS1Comment"># . push &s->data[s->write]</span> <span id="L23" class="LineNr"> 23 </span> 8b/copy 0/mod/indirect 6/rm32/esi <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 *esi to eax</span> <span id="L24" class="LineNr"> 24 </span> 8d/copy-address 1/mod/*+disp8 4/rm32/sib 6/base/esi 0/index/eax <span class="Normal"> . </span> 0/r32/eax 0xc/disp8 <span class="Normal"> . </span> <span class="subxComment"># copy esi+eax+12 to eax</span> |