Question: Write an assembly language program for PEP/9 that corresponds to the following C program: Const int amount =20000; int num; int sum; int main ()
Write an assembly language program for PEP/9 that corresponds to the following C program:
Const int amount =20000;
int num;
int sum;
int main () {
scanf(%d , &num);
sum=num +amount;
printf(sum =%d ,sum);
return0;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
