Question: Please not that it is asking for code in C, not c++. Thank you 6. Write a subroutine in assembly that removes all occurrences of

Please not that it is asking for code in C, not c++. Thank you
6. Write a subroutine in assembly that removes all occurrences of a given character in a string. The subroutine takes two parameters: the string pointer, and the character to be removed. Write a C code that calls this subroutine. The string is defined in the C source code file as global. Assume the assembly and C code are in separate files. Use Keil/uVision to test your program where the C code should ask the assembly subroutine to remove all occurrences of character "o from the following global sting: char str]"The Quick Brown Fox Jumps Over a Lazy Dog"; Capture screen shots to demonstrate the correct execution of your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
