diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-06 15:30:59 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-06 15:30:59 -0700 |
commit | c8b6d2f02c98ce67e8ebdd7703d60b949916c88f (patch) | |
tree | af4ade0dbaa966cde5d2ab9380d97b3925d17e12 | |
parent | f9973de3b19ca75d05478a8b883dc98aa6a5236f (diff) | |
download | mu-c8b6d2f02c98ce67e8ebdd7703d60b949916c88f.tar.gz |
5628
-rw-r--r-- | 056trace.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/056trace.subx b/056trace.subx index f8536262..6b706a0a 100644 --- a/056trace.subx +++ b/056trace.subx @@ -763,7 +763,7 @@ skip-next-line: # t : (address stream) # curr/ecx = t->data/edx + t->read/eax 8d/copy-address 0/mod/indirect 4/rm32/sib 2/base/edx 0/index/eax . 1/r32/ecx . . # copy edx+eax to ecx # i/edx = eax - 8b/copy 3/mod/direct 0/rm32/eax . . . 2/r32/edx . . # copy eax to edx + 89/copy 3/mod/direct 2/rm32/edx . . . 0/r32/eax . . # copy eax to edx $skip-next-line:loop: # if (curr/ecx >= max/ebx) break 39/compare 3/mod/direct 1/rm32/ecx . . . 3/r32/ebx . . # compare ecx and ebx |