Question: convert the following C++ program into Pep/8 Assembly. int myAge; void ShowVal(int age){ cout < < Age: < < age < < endl; } int
convert the following C++ program into Pep/8 Assembly.
int myAge; void ShowVal(int age){ cout << "Age:" << age << endl; } int main() { cout << "Enter age: "; cin >> myAge; ShowVal(myAge); return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
