Y
Y
YanKonkov2013-12-06 21:56:36
Programming
YanKonkov, 2013-12-06 21:56:36

How to solve this problem using assembly language?

How can we use Assembler to determine if a non-negative integer A is divided by a positive integer B and the remainder is one of the given numbers R or S?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Guketlev, 2013-12-06
@Yavanosta

No, we will not do a programming lab for you

V
Vit, 2013-12-06
@fornit1917

1. Find the remainder after dividing A by B.
2. Compare it with the number R.
3. Compare it with the number S.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question