Question: 1. Write a procedure in ARM assembly language that counts the total number of characters present in a string. The procedure should take a single

1. Write a procedure in ARM assembly language that counts the total number of characters present in a string. The procedure should take a single argument that is a pointer to a null-terminated string (a string that ends with o) in register sao. Each character will be represented by one word. The following is a C version of the code: int t1 ; while (str[t1] != ,\0') t1++ return ti
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
