Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamaraatanasova/show-real-time-8086
Running this program using emu8086 will print the execution time in the console window
https://github.com/tamaraatanasova/show-real-time-8086
8086-emulator assembly emu8086
Last synced: about 2 months ago
JSON representation
Running this program using emu8086 will print the execution time in the console window
- Host: GitHub
- URL: https://github.com/tamaraatanasova/show-real-time-8086
- Owner: tamaraatanasova
- Created: 2024-06-01T17:04:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T14:18:14.000Z (7 months ago)
- Last Synced: 2024-11-12T18:06:15.911Z (about 2 months ago)
- Topics: 8086-emulator, assembly, emu8086
- Language: Assembly
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8086-Show-Real-Time
Exercise of Low Level Programming with 8086 Assembly Lecture, implemented with Emu8086.
In general, Emu8086 is easier to use, write code and test program.![Screenshot (1)](https://github.com/tamaraatanasova/Show-Real-Time-8686/blob/main/1.1_image.png)
![Screenshot (2)](https://github.com/tamaraatanasova/Show-Real-Time-8686/blob/main/1.2_image.png)![Screenshot (3)](https://github.com/tamaraatanasova/Show-Real-Time-8686/blob/main/2_image.png)
![Screenshot (4)](https://github.com/tamaraatanasova/Show-Real-Time-8686/blob/main/3_image.png)[Tamara Atanasova ](https://github.com/tamaraatanasova)
[Slavko Srebrenoski ](https://github.com/slavko444)
**Subject**
Microcomputer's systems
**Built With**
This project is built using the following tools:
- [Emu8086](https://emu8086-microprocessor-emulator.en.softonic.com/): 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:
1. Download and install Emu8086 from [here](https://emu8086-microprocessor-emulator.en.softonic.com/).
2. Clone this repository to your local machine.
3. Open Emu8086 and load the `code.asm` file.
4. Assemble the code by pressing the Assemble button.
5. Run the program by pressing the Run button or by pressing F10.