Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 236 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 236 Bytes

A simple register based virtual machine less than 100 lines of code.

  • addition and subtraction
  • multiplication and division
  • function call and break
  • use stack
  • translate assembly to bytecode