Write a program that should load 80 data from the keyboard and place them in memory, and then determine how many of the data have a value greater than 2Dh and less than 6D. The number of data that meet the specified condition to be shown on the displays in decimal format. The program should be located at address FF100h in the EPROM.
Subject
Microcomputer's systems
Built With
This project is built using the following tools:
- Emu8086: Assembler and emulator for the Intel 8086 microprocessor.
Getting Started
To get a local copy up and running, follow these steps.
Prerequisites
In order to run this project you need:
A working computer Connection to internet Setup
How to Run
To run the program, you need an 8086 emulator or assembler. You can use emulators like DOSBox or TASM (Turbo Assembler). Here's how to run the program using EMU8086:
- Download and install Emu8086 from here.
- Clone this repository to your local machine.
- Open Emu8086 and load the
code.asm
file. - Assemble the code by pressing the Assemble button.
- Run the program by pressing the Run button or by pressing F10.