This assignment should be handed in before class on Tuesday March 10 2009. Handin is on the CADE lab machines using commands like this:
handin regehr hw2 filename
Where "filename" is the name of a file to hand in. The exact names you should use are given below.
Your assignment is to relate this C code to this HCS12 assembly code. For each C function (func1 through func6) your job is to determine which of the 10 assembly functions is a correct implementation of that function.
Hand in a text file containing your answers. For example:
func1 matches 3, 5, 7 func2 matches nothing ...
Keep in mind: