Minecraft Computer Project

Use the browser-based IDE to write assembly programs, send them to an operator, and view your code being run in real time!

Open the IDE →
Example program
# Load two values and add them
LDR R0 0101
LDR R1 0011
ADD R0 R1 R2
HLT
Syntax highlighting as you type
Clickable instruction blocks
Binary converter built in
Save multiple scripts locally
Submit your code to the panel