A bash script to install Jubin's 8085 microprocessor simulator to Debian and it's derivatives. Jubin's 8085 simulator is a java based application which simulates the 8085 microprocessor for assembly level programming.
This installer script downloads and installs all the necessary packages and creates a desktop launcher icon for the users' ease of access.
Following are the requrements for 8085-Simulator :
- wget, curl
- default-jdk
- default-jre
Note: default-jdk and default-jre will be automatically installed by the installer.
There are two ways to run the installer
Copy the following code to your terminal for an automated installation from web
curl -s https://raw.githubusercontent.com/SiddhantSilwal/8085-simulator-installer-for-debian/refs/heads/main/webinstaller.sh | bash
For a more manual approach you can run clone our repository
sudo apt-get install git wget
git clone https://github.com/SiddhantSilwal/8085-simulator-installer-for-debian.git
cd 8085-simulator-installer-for-debian
chmod +x ./install.sh
./install.sh
For manually installing 8085 simulator .jar file :
Previous versions :
Check the following pdf for the documentation of the program (Not the installer).
This repo stores just the bash script necessary to install 8085-simulator mentioned in https://github.com/8085simulator/8085simulator.github.io . So for sotware related issues and support check in here.