Question: Assume variable'a' is stored in %rdi and variable b' is stored in %rsi. which C code matches the following assembly? cmpq %rsi, %rdi setne %al

Assume variable'a' is stored in %rdi and variable b' is stored in %rsi. which C code matches the following assembly? cmpq %rsi, %rdi setne %al if(a ^ b) if(a! b) iffa && b) if(a - b)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
