Translate the following C code to Assembly code a = 40; b = 25; while (a != b) { } b; b = a; if (a > b) a -= else
Posted: Tue Jul 12, 2022 8:29 am
Translate the following C code to Assembly code a = 40; b = 25; while (a != b) { } b; b = a; if (a > b) a -= else