It's an emulator of the Intel 8085 microprocessor written in C++.
To build the emulator from source, follow the instructions below.
Run the following commands to build the project:
$ git clone https://github.com/SohamMalakar/Intel-8085.git
$ cd Intel-8085
$ make install
-
Download the files from here.
-
Extract the files. (You can use 7-Zip to extract.)
-
Run the
install.bat
script.
NOTE: Make sure you have the latest g++ compiler installed in your system.
After installing the emulator, you can run it by running the following command:
$ asm <file>
This project is licensed under the MIT License.
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.