Saturday 24 May 2014

Design, write and test an ARM Assembly Language program

Design, write and test an ARM Assembly Language program that will compute the quotientand remainder of a b, where a and b are non-negative integers stored in R2 and R3respectively. Your program should store the quotient in R0 and the remainder in R1.
What happens if you run your program with b = 0? If you have not already done so, tryto extend your program so that it \works" when b is equal to zero

No comments:

Post a Comment