Computers and Technology

Write an assembly language program (no loops! ) that starts at 4 and
counts down to 0. the c++ program is shown below. comment each
line except stop & .end. add something to the output that makes
this program uniquely yours.
#include
using namespace std;
int num = 4;
int main() {
cout<
num--;
cout<

answer
Answers: 3

Similar questions

Do you know the correct answer?
Write an assembly language program (no loops! ) that starts at 4 and
counts down to 0. the c++...

Questions in other subjects: