[Solved] How does the following Assembly language code run?
This code prints a prompt and inputs a number. It then prints that number of lines of stars. On the first line is 1 star, the second line 2 stars, and so on. I have annotated the code to make it more clear. The code does this with two nested loops. The ecx register is … Read more