CS122A
Fall Quarter, 1999


Lab 1 : Implementing a 4 bit Counter using an 8051 and Interfacing it to an LCD
Prof. Frank Vahid

Purpose:
In this lab, you will learn how to write a simple C program for 80X51 micro-controller, compile it using C51 compiler, and emulate it on an emulator using PDS51. The program will be used to control a simple 4-bit up-down counter, capable of counting from 0 to 15. At each step the count should be displayed in decimal format on the LCD.

Assignment:
In this lab :