MIMA - SIM

File
Open the console (F12) to see each step and the result of your MIMA program
Example Program
LDV 1 ;Comments can be written here
STV 10
LDC 1
STV 11
NOT
JMP LABEl

LDC 111
STV 11


LBL LABEL ;Creates a "Label"-> this tells the JMP command where to jump (not an official MIMA-command)
LDC 0
STV 11
HALT ;ends the programm