stack_vm/README.md

275 B

stack_vm

Stack based virtual machine and assembly code compiler

Features

  • Assembly
    • Stack operations (push & pop)
    • Arithmetics operations

TODO

  • VM running
  • Assembly compiler
  • Variables
  • Arithmetics operators
  • Strings
  • I/O operators
  • Loops
  • Arrays