Lab 7 11/10 and 11/11 1. Modify your program1.asm (from lab 6) to work with v2_17.asm. This will involve reading the v2_17 file to figure out what the available procedures are and what they do. Make sure to '$SET simulate' for the simulator and '$NOSET simulate' for the download. 2. Run the program on the real hardware. 3. Modify the program so that the initial prompt is printed to the LCD display. Modify the prompt however you'd like. 4. Modify the program to take input from switches and send output to LEDs and to the LCD (as a character). The memory addresses for switches and LEDs are in the v2_17 file, and there is a routine for writing a character to the LCD. 5. Marvel at the wonders of microcontrollers. 6. Submit a README (by Friday, 9pm) describing your first week with the HC11 -- what you like or don't like about the: a. Architecture (ie, accumulator and index register) b. Instruction set c. Design environment d. Microkit.