/MicJavaSimulator

Primary LanguageJavaMIT LicenseMIT

Mic Java Simulator

License

Description

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.

Features

  • Simulates the execution of Mic assembly code
  • Supports a wide range of Mic instructions
  • Provides a user-friendly interface for input and output

Installation

To install and run the Mic Java Simulator, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/MicJavaSimulator.git
    
  2. Navigate to the project directory:

    cd MicJavaSimulator
    
  3. Compile the source code:

    javac MicSimulator.java
    
  4. Run the simulator:

    java MicSimulator
    

Usage

To use the Mic Java Simulator, follow these steps:

  1. Write your Mic assembly code in a text file (e.g., program.txt).

  2. Run the simulator and provide the path to your program file as a command-line argument:

    java MicSimulator program.txt
    
  3. Follow the prompts to interact with the simulator.

Contributing

Contributions are welcome! If you would like to contribute to the Mic Java Simulator, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
    
  3. Make your changes and commit them:

    git commit -m "Add your commit message here"
    
  4. Push your changes to your forked repository:

    git push origin feature/your-feature-name
    
  5. Open a pull request to the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.