Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumar-laxmi/traffic-light-simulator
A Traffic Light Simulator using x86 architecture assembly language
https://github.com/kumar-laxmi/traffic-light-simulator
assembly capstone-project emu8086
Last synced: 2 months ago
JSON representation
A Traffic Light Simulator using x86 architecture assembly language
- Host: GitHub
- URL: https://github.com/kumar-laxmi/traffic-light-simulator
- Owner: Kumar-laxmi
- License: apache-2.0
- Created: 2022-05-02T05:14:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T23:42:26.000Z (over 2 years ago)
- Last Synced: 2024-10-11T07:12:35.587Z (3 months ago)
- Topics: assembly, capstone-project, emu8086
- Language: Assembly
- Homepage:
- Size: 3.08 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Project
This is a Traffic Light simulator coded in emu8086. Emu8086 is a Microprocessor Emulator with an integrated 8086 Assembler.### Objective
- To design a working simulation of traffic-light on crossroad
- The long term goal of the project is to create a dynamic traffic light system that would avoid traffic and would ensure safety.
- It would decrease the accident level on roads due to traffic light failure.### Abstract
- The efforts required in achieving the desired output can be effectively and economically be decreased by the implementation of better designs and algorithm. Traffic Lights play a crucial role in regulating traffic across street to prevent confusion and ambiguity, thus traffic light somehow also regulates our economy.
- The traffic light work on the principle of circular queue without any external intervention, thus this automated solution can help in reducing errors in operation to maximum extent.
- The significance and purpose of this project is to provide a algorithm that consumes less space and time.## Technology Used
1) emu8086
2) Traffic Light Simulator