Mic Java Simulator is a Java-based simulator for the Mic architecture developed by Andrew Tannenbaum. It allows users to simulate the execution of Mic assembly code and provides support for various Mic instructions. The simulator also offers a user-friendly interface for input and output.
- Simulates the execution of Mic assembly code
- Supports a wide range of Mic instructions
- Provides a user-friendly interface for input and output
To install and run the Mic Java Simulator, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/MicJavaSimulator.git
-
Navigate to the project directory:
cd MicJavaSimulator
-
Compile the source code:
javac MicSimulator.java
-
Run the simulator:
java MicSimulator
To use the Mic Java Simulator, follow these steps:
-
Write your Mic assembly code in a text file (e.g.,
program.txt
). -
Run the simulator and provide the path to your program file as a command-line argument:
java MicSimulator program.txt
-
Follow the prompts to interact with the simulator.
Contributions are welcome! If you would like to contribute to the Mic Java Simulator, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your commit message here"
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Open a pull request to the main repository.
This project is licensed under the MIT License. See the LICENSE file for more details.