Question: 0 D c) Write a small ARM assembly program that prints a String stored in memory in reverse character order. If for example the String
0 D c) Write a small ARM assembly program that prints a String stored in memory in reverse character order. If for example the String in memory is "Hello" then the program should print "olleH". The last character of the string should be followed by a byte with the numerical value zero, i.e., the string is null terminated. You should assume that the Supervisor Call SVC O prints the character in RO. 5:02 pm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
