Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamaraatanasova/8085-zadaca1
А simple program in 8085 assembly language for data manipulation
https://github.com/tamaraatanasova/8085-zadaca1
8085 8085simulator asembler
Last synced: 2 days ago
JSON representation
А simple program in 8085 assembly language for data manipulation
- Host: GitHub
- URL: https://github.com/tamaraatanasova/8085-zadaca1
- Owner: tamaraatanasova
- Created: 2024-06-01T17:19:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T23:42:03.000Z (6 months ago)
- Last Synced: 2024-06-02T19:59:08.703Z (6 months ago)
- Topics: 8085, 8085simulator, asembler
- Language: Assembly
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8085 exercise no.1
Every 30ms an isolated port with address 0Ah is read
data. If bits 2 and 5 are 1 and 0 respectively in memory
mapped port at address F00Ah is sent read
data divided by 2, otherwise the read data is sent
multiplied by 7. The frequency of the oscillator crystal is
5MHz.If bit 2,5==1,0 If bit 2,5==1,0 If bit 2,5==1,0
F00Ah Data/2
Else
F00Ah Data*7![Screenshot (1)](https://github.com/tamaraatanasova/8085-Zadaca1/blob/main/image1.png)
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