Translate the following C++ program to Pep/9 assembly language. Code should also be commented. #include using namespace std; int num1; int num2; int main () { int i; cout > num1 >> num2; for (i =...


Translate the following C++ program to Pep/9 assembly language. Code should also be commented.



#include




using namespace std;




int num1;
int num2;


int main ()



{


    int i;


    cout < "enter="" two="">
    cin >> num1 >> num2;





    for (i = num1; i <= num2;="">
        cout < i=""><>





    return 0;


}



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here