Question: Write in ARMv 7 please: Write an assembly program that accepts a string from the keyboard, and counts the number of other symbols, spaces, capital

Write in ARMv7 please:
Write an assembly program that accepts a string from the keyboard, and counts the number of other symbols, spaces, capital and small alphabets, and digits excluding tabs (0x09). Then store the final counts into five different variables. You need to use one main loop only to traverse the input that was typed. Use and create a macro, INC_COUNT, which only accepts a variable as a parameter and loads a byte variable from the memory, increments its value by one, and then stores it back to the original variable.
Write in ARMv 7 please: Write an assembly program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!