Question: Write an ARM assembly program that will search through memory for the characters H, E, L,and P. These characters must be found in upper case
Write an ARM assembly program that will search through memory for the characters H, E, L,and P. These characters must be found in upper case and they have other characters in between them. When yourprogram finds the character 0, it should halt processing.If the program finds all the letters, r0 should contain the offset of the first H after the memory has been processed. Otherwise, it should contain the value 0x00. Furthermore,
registers r4, r5, r6, and r7should contain the offset address of the first occurrence of H, E, L, and P, respectively.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
