Lab 5 Assignment

The prelab for lab 5 can be found here: http://www.parl.clemson.edu/ullab/ece272/lab5/lab5.html. You will need to read it in order to complete this assignment.



Below you will find a C driver function, a C implementation file, an assembly skeleton, and sample output from the program. For this assignment you are to translate lab5asm.c into an assembly source file and turn it in to be graded. The skeleton has been provided below to help you get started. The same documentation grading guidelines applied to previous lab assignments will be applied to this lab assignment.

Files:

lab5drv.c
lab5asm.c
lab5asm_skel.s

To turn in this lab for a grade requires two steps. You must demonstrate that your code compiles and runs correctly to me during class. You will then print out your assembly file and turn it in to me for a grade.

If these instructions are not clear, ask the instructor for clarification during class.