Skip to content

david-looong/vm_assembler

 
 

Repository files navigation

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>

About

This is the first half of the VM project, a two-pass assembler for the COSC365 virtual machine (vMach).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 71.6%
  • Assembly 28.1%
  • Makefile 0.3%