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.
- Host: GitHub
- URL: https://github.com/chronosxyz/yavm
- Owner: ChronosXYZ
- License: apache-2.0
- Created: 2020-02-17T16:55:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T16:57:59.000Z (over 6 years ago)
- Last Synced: 2025-02-11T09:18:29.827Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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