Microassembler
Creating Opcodes
The opcodes.json file located in ./ is the file that will be assembled when the “Run µAssembler” button is clicked. It follows standard JSON formatting rules.
Running the Microassembler
The microassembler can be run from within the emulator main window by clicking “Run Microassembler” (bottom right button). If you try and run the emulator with an invalid opcodes or microcode, a window will pop up which will give you the options to run the assembler or the microassembler.
You can manually run the microassembler by opening a terminal/command prompt in the emulator folder and running Windows - “python microassembler/main.py”, MacOS/Linux - “python3 microassembler/main.py”
Last updated
Was this helpful?