diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-06 15:48:54 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-06 15:48:54 -0700 |
commit | 8475b51e40c2e54bdcb8c5002262f2554ab26e8b (patch) | |
tree | 5452bef34e7e878f48bda1f84b880dbea50f97ab /html/056trace.subx.html | |
parent | c8b6d2f02c98ce67e8ebdd7703d60b949916c88f (diff) | |
download | mu-8475b51e40c2e54bdcb8c5002262f2554ab26e8b.tar.gz |
5629
Diffstat (limited to 'html/056trace.subx.html')
-rw-r--r-- | html/056trace.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/056trace.subx.html b/html/056trace.subx.html index 8f35778e..bae10157 100644 --- a/html/056trace.subx.html +++ b/html/056trace.subx.html @@ -826,7 +826,7 @@ if ('onhashchange' in window) { <span id="L763" class="LineNr"> 763 </span> <span class="subxComment"># curr/ecx = t->data/edx + t->read/eax</span> <span id="L764" class="LineNr"> 764 </span> 8d/copy-address 0/mod/indirect 4/rm32/sib 2/base/edx 0/index/eax <span class="Normal"> . </span> 1/r32/ecx <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># copy edx+eax to ecx</span> <span id="L765" class="LineNr"> 765 </span> <span class="subxComment"># i/edx = eax</span> -<span id="L766" class="LineNr"> 766 </span> 8b/copy 3/mod/direct 0/rm32/eax <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 2/r32/edx <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># copy eax to edx</span> +<span id="L766" class="LineNr"> 766 </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="L767" class="LineNr"> 767 </span><span class="Constant">$skip-next-line:loop</span>: <span id="L768" class="LineNr"> 768 </span> <span class="subxComment"># if (curr/ecx >= max/ebx) break</span> <span id="L769" class="LineNr"> 769 </span> 39/compare 3/mod/direct 1/rm32/ecx <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 3/r32/ebx <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># compare ecx and ebx</span> |