Consider the following NAMS instruction: cmp vleft, vright For signed integers, there are three status flags that

Question:

Consider the following NAMS instruction:
cmp vleft, vright
For signed integers, there are three status flags that are relevant. If vleft = vright, then ZF is set. If vleft > vright, ZF is unset (set to 0) and SF = OF. If vleft < vright, ZF is unset and SF ≠ OF. Why does SF = OF if vleft > vright?
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: