Write an assembly program, which can perform reversal for each word
of a sentence. For the implementation purpose, let us consider the following source
string stored in a ‘scr’ array.
“Welcome to Microprocessor Systems Course.”
The output string, after the program execution, when stored to destination array
‘dst’, should look like as given below.
“emocleW ot rossecorporciM smetsyS esruoC.”
The program should terminate after encountering a full-stop.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here