https://github.com/tamaraatanasova/8085-zadaca10
Simple 8085 program
https://github.com/tamaraatanasova/8085-zadaca10
8085 8085simulator
Last synced: 8 months ago
JSON representation
Simple 8085 program
- Host: GitHub
- URL: https://github.com/tamaraatanasova/8085-zadaca10
- Owner: tamaraatanasova
- Created: 2024-06-01T23:27:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T23:30:59.000Z (over 1 year ago)
- Last Synced: 2025-01-11T19:15:10.475Z (9 months ago)
- Topics: 8085, 8085simulator
- 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
# 8085 exercise no.10
8085 based microprocessor system serves for
temperature control. The control is performed every 0.5 s.
If the temperature read is in the interval between
two boundary temperatures, located at the top of the stack, are
lights up a green light bulb, and vice versa, a red light bulb lights up and
the processor stops working. The temperature comes after
interrupt sequence.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