https://github.com/tamaraatanasova/8085-zadaca8
Simple 8085 program
https://github.com/tamaraatanasova/8085-zadaca8
8085
Last synced: 8 months ago
JSON representation
Simple 8085 program
- Host: GitHub
- URL: https://github.com/tamaraatanasova/8085-zadaca8
- Owner: tamaraatanasova
- Created: 2024-06-01T19:02:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T19:04:57.000Z (over 1 year ago)
- Last Synced: 2025-01-11T19:15:08.483Z (9 months ago)
- Topics: 8085
- Language: Assembly
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8085 exercise no.8
A multi-processor system consists of 4µP 8085A.
One of them is superior to the other three.
The parent µP sends a data byte to all subsequent µPs
they process it. The superior µP after sending the
the data enters IDLE mode and remains for 3.2 msec. Then
it polls the result of all 3 µP and compares it.
If all 3 results are the same, it lights up green, if they are
a different red light is on.Exercise of Low Level Programming with 8085 Assembly Lecture
[Tamara Atanasova ](https://github.com/tamaraatanasova)
**Subject**
Microcomputer's systems
**Built With**
This project is built using the following tools:
- [Emu8085](https://8085-emulator.soft112.com/download.html): Assembler and emulator for the Intel 8085 microprocessor.
- [Online_emulator](https://www.sim8085.com/): You can use online emulator as well
**Prerequisites**
In order to run this project you need:
A working computer
Connection to internet
Setup