I have a code in which I have:
EAX=00002c36
and after:
SBB eax, 0
the eax turns:
EAX=00002c35
Is that possible?
Shouldn’t eax be the same value?
If it’s correct, it seems like I don’t really understand the sbb instruction.
Thanks in adv
New contributor
Uddie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.