Question: Consider the following C code: long tripleGreater(long x, long y){ if (x>=y){ return x+x+x; } else return y+y+y; } Compile the above code to x8664

Consider the following C code: long tripleGreater(long x, long y){ if (x>=y){ return x+x+x; \} else return y+y+y; \} Compile the above code to x8664 using godbolt (x8664 gcc 8.3 with -Wall -Og -masm=att), or write it yourself! Comment each line of the resulting x8664 code in terms of x and y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
