Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminul-islam-niloy/peripherals-and-interfacing-code-assembly-
Assembly Language Operation with kit
https://github.com/aminul-islam-niloy/peripherals-and-interfacing-code-assembly-
asembly microprocessor peripherals
Last synced: 1 day ago
JSON representation
Assembly Language Operation with kit
- Host: GitHub
- URL: https://github.com/aminul-islam-niloy/peripherals-and-interfacing-code-assembly-
- Owner: aminul-islam-niloy
- Created: 2024-01-15T12:42:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:18:58.000Z (10 months ago)
- Last Synced: 2024-01-16T20:59:54.757Z (10 months ago)
- Topics: asembly, microprocessor, peripherals
- Language: Assembly
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Periphhals-and-Interfacing-CodeAssembly-
1. Use 8086 Interfacing Trainer in Kit mode to make a traffic-controlling system with three LEDs as the representing light of Red, Green, and Yellow color light. Here the lights will be displayed according to the following sequence and time periods. Red light -> Yellow light -> Green light → Yellow light -> Red light
Red light will be displayed for 10 seconds, Yellow light for 5 seconds and Green light for 15 seconds. The output will be continued until the system is reset.
2. Use 8086 Interfacing Trainer in Kit mode to display letters E, F, and H in an 8x8 dot matrix LED with a delay of 5 seconds between each display. The output will be continued until the system is reset.
3. Use 8086 Interfacing Trainer in Kit mode to display digits 1, 2, and 3 in a 7-Segment LED with a delay of 5 seconds between each display. The output will be continued until the system is reset.
4. Use 8086 Interfacing Trainer in Kit mode to display a vertical line of LEDs in an 8x8 dot matrix LEDs and then shift the display from left to right with a delay of 5 seconds between each display. The output will be continued until the system is reset.
5. Use 8086 Interfacing Trainer in Kit mode to display a horizontal line of LEDs in an 8x8 dot matrix LEDs and then shift the display from top to bottom with a delay of 5 seconds between each display. The output will be continued until the system is reset.