In this lab, you will complete the development of a set of subroutines that you will then use to display various messages to the LCD. The messages you display will change depending on which keys on the keypad are pressed.
Download the partially-completed LCD utility subroutines from the following file: lcdlib.asm. This file contains the following subroutines1):
Of these seven subroutines, lcd_cmd_write and lcd_data_write are already implemented. You must implement the remaining five subroutines.
In addition, you should use the delay.asm library file from lab 4 that contains a subroutine delay2ms that does what it's name implies.
Write a program that makes use of the lcdlib.asm and delay.asm files to implement the functionality described below. Your program should be placed in lab5.asm. Following the usage instructions in lcdlib.asm to gain access to the subroutines in the other files.
You are required to demonstrate your program to your instructor.
You should indicate how much time (in minutes) you spend on this assignment in the FAST database. You are encouraged to log your activity as you work on the project. At a minimum, you should log all of the time spent on this assignment before the due date given above. All time spent on this assignment should be entered into the week 6 column (even if you worked on it in week 5 or 7).
You should follow your instructor's instructions for your lab submission.
If you have any questions, consult your instructor.