DUE DATE: Wednesday, September 18, 2002, 3:15 pm
(no late submissions accepted)



Summary


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




What to turn in


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.



Alex Fedosov 2002-09-11