YAVM/README.md

10 lines
264 B
Markdown
Raw Normal View History

2020-02-17 16:55:41 +00:00
# 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