An open API service indexing awesome lists of open source software.

https://github.com/chronosxyz/yavm

YAVM (yet another virtual machine) - is a toy implementation of registry-based virtual (abstract) machine for simple assembler.
https://github.com/chronosxyz/yavm

Last synced: 5 months ago
JSON representation

YAVM (yet another virtual machine) - is a toy implementation of registry-based virtual (abstract) machine for simple assembler.

Awesome Lists containing this project

README

          

# 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