Consider the following C code:
while (i) <= (n) {
i + 1;
printf("qd", i);
What is the equivalent MARIE assembly code?
able[[while:, Load n
Consider the following C code whilei<=n){ printf"d",i); i++; 1 What is the equivalent MARIE assembly code?
while:
Load n Subt i skipcond 600 Jump print Jump exit Load i output(i) ADD ONE Store i
print:
exit: