YAVM/README.md

11 lines
263 B
Markdown
Raw Permalink Normal View History

2020-02-17 16:55:41 +00:00
# YAVM
2020-02-17 16:56:23 +00:00
YAVM *(yet another virtual machine)* - is a toy implementation of registry-based virtual (abstract) machine for simple assembler.
2020-02-17 16:55:41 +00:00
Features:
- Load number into register
- Add two numbers
- Substract two numbers
- Multiple two numbers
- Divide two numbers