Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 246 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 246 Bytes

VM Project

This is an attempt to write a basic vm that does arithmetic. The instructions implemented are ADD, SUB, MUL and DIV which should be pretty explanatory. The language is something like assembly because that is the easiest to implement