In: Computer Science
For each comparison, indicate (1) proper subtraction order and (2) boolean expression of flag values that are true if the condition is satisfied. Be sure to justify your answers.
Example:
Signed A == B ; (1) either A-B or B-A, (2) Z==1
Signed A != B