Question: Mainly looking to try to under stand the user input area of reverseing the string the goal of this lab is to familiarize you with

Mainly looking to try to under stand the user input area of reverseing the string

the goal of this lab is to familiarize you with assembly language programs. You need to work in teams of 2 to complete this lab. You need to build a simple program that reads a string from the user and reverses it. Start by getting the string reversal to work for a standard string that you hard-code, then move on to reading the user's input. The target string should be the reversed version of the source string. For example, the program should take a source string of "RCGC CSC203" and create a target string "302CSC CGCR". You cannot use the stack push and pop operations for this assignment. The purpose of this assignment is to learn how to use a loop and arrays. Requirements:

Display source string on the screen.

Use a LOOP instruction to build a loop used to copy a character at a time from the source to the destination.

Finally, display the target (destination) string on the screen.

Place a comment at the beginning of your program with your names and date completed.

Make sure to use meaningful names for your variables and test your program completely before submitting the assignment. You need to zip the project folder that contains the Visual Studio solution and assembly source code (.asm), and upload the zip file. ***Note: if the code isn't submitted properly, the program will not receive credit.

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 Databases Questions!