Question: Write an ARMv 8 assembly function ( conv _ low ) that converts all the alphabets in a given sentence to lower case. The base

Write an ARMv8 assembly function (conv_low) that converts all the alphabets in a
given sentence to lower case. The base address of the input sentence (C-String) is
passed using register X1. The converted sentence should be stored in the same
character array. Write an assembly program (main) to test the assembly function.
Create a static character array (C-String) for the input sentence which is stored in the
data section of the assembly code and the base address is passed to the function.
The users input sentence will be in correct format without errors. The maximum size
of the input sentence is 63 characters.

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!