Basically, my question is: what does that cmp do there? The mov instruction resets the flags anyways, so the je cant possibly refer to the cmp. But what does it do there then?
why not ?
the cmp instruction sets the FLAGS register it does not matter if you have a push and a mov in the between
btw the mov does not reset the FLAGS it just copies ecx's value into esi's
so yes, the je instruction is referring to that cmp above it _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum