muffin
A tiny 16 bit virtual machine. Runs programs assembled through the muffin assembler.
###How to Use
Create a .asm
file with instructions for the muffin virtual machine.
Then assemble the file utilizing the Muffin Assembler.
Invoke the following command:
MuffinAsm input.asm output.mp
###How to Build
You can open the project file in the Code::Blocks IDE and build from there. It is typically built using MinGW or GCC. Both work fine.