At one point of time all engineering students would have wanted an 8085 simulator. We would have found one in the internet but we wouldnt have been satisfied. So we would have been waiting to see one OpenSource simulator. Here is one of its kind. I'll introduce it to you, and give you some basic steps of how to go about with it.
You can download the simulator from here.
Official Site:
http://gnusim8085.sourceforge.net/
Installing GNUSIM8085 in your Linux PC:
- Before you could install it, you need to have the following dependencies installed.(These dependencies can be available in the synaptic package manager. To know how to work with the synaptic package manager, refer this page)
- gcc compiler- To install gcc, you can download the build-essential package
- libgnomeui-dev -5mb
- libgtksourceview-dev version 1.8.0 - 396 kb
- Extract the downloaded tarball into a folder of your choice. e.g. I have done it in my Desktop.
- Now open Terminal.
- Navigate to the extracted folder. For me it is, /home/username/Desktop/gnusim8085-1.3.2
- Now type sudo su
- Enter the password if it prompts for.
- Now type ./configure
- If there are any dependencies not installed, then this process should inform you about the requirements. Lest this gets done, and you have your prompt as usual.
- Now type sudo make
- You will have pages of instructions running.
- When you see the prompt again, type sudo make install
- Now the 8085 simulator is installed(in the same directory as extracted) in your Linux PC!!
| < Prev | Next > |
|---|




