CSC270 Homework 7 2012
--D. Thiebaut 13:43, 28 March 2012 (EDT)
This homework assignment is due on 4/4/12, at 1:00 p.m. You may work on this lab in teams of at most 2 people.
Problem #1
Using the same idea as the "Hacking" problem in the last lab (putting your name into the display of the kit), pick a message that you want to display, and hack the code you used in the lab to make it display your code.
Take a picture (or several pictures) of the display showing your message and include it/them with your answer
Problem #2
Disassemble the code you used to display your message. This requires looking up the op-codes and figuring out what instructions they correspond to, and write the whole program using mnemonics.
The reverse table found here will help you do the reverse engineering.