Problem
How to remove digits and special characters from a String in assembly (Mars tool)
The String is =This is an input test file123 for testing MIPS assignment2. It contains lettersABC and digits456. A word starts and ends with a letter. For example, "$Digits123!" contains the word Digits.
I have store it in a file and the output is :
This is an input test file for testing MIPS assignment It contains lettersABC and digits A word starts and ends with a letter For example Digits contains the word Digits