21 lines
275 B
Markdown
21 lines
275 B
Markdown
# 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
|