0
I am studying Assembly however I am very difficult, I have to solve an exercise but I did not understand what to do. "Make a loop for successive subtractions up to negative." I’m using Gcc from Linux and IAS. Can someone help me
0
I am studying Assembly however I am very difficult, I have to solve an exercise but I did not understand what to do. "Make a loop for successive subtractions up to negative." I’m using Gcc from Linux and IAS. Can someone help me
Browser other questions tagged assembly
You are not signed in. Login or sign up in order to post.
Which part did you not understand?
– Sam
I have to indicate the memory positions and access it with the code. The two initial numbers will be provided, and the subtraction will be successive until one is negative. M(A) -M(B). did not understand how to do.
– Carlos Ferreira
Take any number and subtract until it’s negative.
– Sam
Yes I will provide 2 numbers and the program is looped as long as >= 0
– Carlos Ferreira