A Traffic Light System Using Assembley and 8051 MCU
- Proteus
- Assembly
- Silicon Labs C8051F020 Kit
The Project has four main files:
- app.asm: this file contains the assembly code for running the logic on the AT89C51RD2 on proteus, which is very close to the hardware kit in design
- kit.asm: this file contains the assembly code for running the logic on the Silicon Labs C8051F020 kit
- Traffic.pdsprj: this is the proteus simulation file
- makefile: it contains the configuration for compiling the app and generating the hex file for proteus simulation
to run the app, you have to install SiLabs IDE and add its path to the makefile file