Question: Translate the following C code: #include int myAge; void putNext ( int age ) { int nextYr; nextYr = age + 1 ; printf (
Translate the following C code:
#include
int myAge;
void putNextint age
int nextYr;
nextYr age ;
printfAge: d
age;
printfAge next year: d
nextYr;
int main
scanfd &myAge;
putNextmyAge;
putNext;
return ;
into something that looks like this:
BR main
num: BLOCK
sum: BLOCK
amount: BLOCK
main: DECI num,d
LDWA i
STWA amount,d
LDWA num,d
ADDA amount,d
STWA sum,d
STRO sd
DECO sum,d
STOP
s: ASCII
sum x
END
This code takes an input, adds it to then prints the sum.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
