YAVM/README.md
2020-02-17 20:56:23 +04:00

11 lines
263 B
Markdown

# YAVM
YAVM *(yet another virtual machine)* - is a toy implementation of registry-based virtual (abstract) machine for simple assembler.
Features:
- Load number into register
- Add two numbers
- Substract two numbers
- Multiple two numbers
- Divide two numbers