An open API service indexing awesome lists of open source software.

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

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