Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.21 KB

Intel 8085 Emulator

It's an emulator of the Intel 8085 microprocessor written in C++.

Build from Source

To build the emulator from source, follow the instructions below.

GNU/Linux

Run the following commands to build the project:

$ git clone https://github.com/SohamMalakar/Intel-8085.git
$ cd Intel-8085
$ make install

Windows

  1. Download the files from here.

  2. Extract the files. (You can use 7-Zip to extract.)

  3. Run the install.bat script.

NOTE: Make sure you have the latest g++ compiler installed in your system.

Usage

After installing the emulator, you can run it by running the following command:

$ asm <file>

License

This project is licensed under the MIT License.

Contributing

If you want to contribute to the project, please fork the repository and make a pull request.

NOTE: Recently, I've started to learn the Assembly language. So, it might contain bugs. And I've not implemented all the instructions yet.