Fix readme

This commit is contained in:
ChronosX88 2020-02-17 20:56:23 +04:00
parent caa26dd32a
commit a98be27747

View File

@ -1,6 +1,7 @@
# YAVM # YAVM
YAVM *(yet another virtual machine)* - is a toy implementation of registry-based virtual (abstract) machine for simple assembler. YAVM *(yet another virtual machine)* - is a toy implementation of registry-based virtual (abstract) machine for simple assembler.
Features: Features:
- Load number into register - Load number into register
- Add two numbers - Add two numbers