Write a assembly program with the following


Intro to Microprocessors

Write a assembly program with the following specifications.

a. In the main block, you should have two registers R4 and R5. They should be checked in an infinite loop. If R4 is greater than R5, then the greater subroutine will be called. If R4 is less than R5, then the less subroutine will be called. If R4 equals R5, then no operations will be done.

b. In the greater subroutine, your code will fill the decimal numbers 1, 2, 3, 4, 5 in hexadecimal form to five successive memory locations. After this operation, the value in R4 will be decreased by one.

c. In the less subroutine, your code will fill the decimal numbers 10, 9, 8, 7, 6 in hexadecimal form to five successive memory locations. After this operation, the value in R4 will be decreased by one.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Write a assembly program with the following
Reference No:- TGS02344162

Now Priced at $15 (50% Discount)

Recommended (90%)

Rated (4.3/5)