This project introduces students to programming in x86 assembly language, basic data manipulation instructions, program control and input/output. Your task is to write a small assembly language program that would input a string from the user, reverse all characters in the string, and then print it out in the reversed order. For example, it would look something like this:
$ ./proj1 Enter a string: hello Reversed: olleh
Please submit your source code, object file, and executable to your submit directory for this class. (located under /home/submit/cs210.) Please also generate a listing file and a map file, and submit those as well. In addition please submit a printout of your source code to the instructor.