/orange4-emulator

Emulator for ORANGE-4, a 4-bit microcontroller

Primary LanguagePython

ORANGE-4 Emulator

Emulator for ORANGE-4, a 4-bit microcontroller

DEMO:

demo

This demonstration runs the sample code included with the ORANGE-4 IDE.

How to use

  1. Install ORANGE-4 IDE

    See here.

    Download

  2. Make image file

    Copy the results assembled in the IDE to a file.

    The following command generates an executable image.

    python ./hex-to-bin -i /path/to/in.hex -o /path/to/out.bin
  3. Install the dependent libraries.

    python -m pip install textual
  4. Run the emulator.

    python ./emulator -i /path/to/out.bin