Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.27 KB

Trassembly

license last-commit

Table of Contents

About The Project

A Traffic Light System Using Assembley and 8051 MCU

Toolbox

  • Proteus
  • Assembly
  • Silicon Labs C8051F020 Kit

Setting Up the Environment

The Project has four main files:

  1. 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
  2. kit.asm: this file contains the assembly code for running the logic on the Silicon Labs C8051F020 kit
  3. Traffic.pdsprj: this is the proteus simulation file
  4. 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