Question: Please answer in ARM assembly language. Thanks Programs may contain loops within loops, nested loops. A simple form is one loop inside another to produce
Please answer in ARM assembly language. Thanks
Programs may contain loops within loops, nested loops. A simple form is one loop inside another to produce a very long delay. Create a program with an inner loop that is executed X times and an outer loop that is executed Y times. Test that it operates correctly and that the execution times are the same for the following two cases 64 a) Xone hundred and y- fifty thousand b) Xone thousand and Y-five thousand Provided the hardware test system or simulator is not a high performance one the execution time will exceed 20 seconds and a wrist watch is adequate for checking times. If the time is less than 20 seconds double both values of X; if the time is still less than 20 scconds double both values of X again and continue doubling both values of X until the time exceeds 20 seconds
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
