First translate the program statements below to the assembly code, then into the hexadecimal code. (5 pts) int X = 4, Y = -10, SUM = 0; if (X == Y) X = X * 2 * 2 * 2; else { LOP: SUM += X;
OR
OR
First translate the program statements below to the assembly code, then into the hexadecimal code. (5 pts) int X = 4, Y = -10, SUM = 0; if (X == Y) X = X * 2 * 2 * 2; else { LOP: SUM += X;