mirror of
https://github.com/ChronosX88/YAVM.git
synced 2024-11-23 03:42:19 +00:00
YAVM (yet another virtual machine) - is a toy implementation of registry-based virtual (abstract) machine for simple assembler.
go.mod | ||
LICENSE | ||
main.go | ||
opcodes.go | ||
README.md | ||
vm.go |
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