vm_assembler VM Assembler Project compile with: mcs -langversion:7.2 -out:Assembler.exe Main.cs IInstruction.cs Instructions.cs run with: mono Assembler.exe <input_file.asm> <output_file.v>