Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1011 Bytes

README.md

File metadata and controls

49 lines (25 loc) · 1011 Bytes

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)

Exercise of Low Level Programming with 8085 Assembly Lecture

Tamara Atanasova

Subject

Microcomputer's systems

Built With

This project is built using the following tools:

  • Emu8085: Assembler and emulator for the Intel 8085 microprocessor.

  • Online_emulator: You can use online emulator as well

Prerequisites

In order to run this project you need:

A working computer Connection to internet Setup