vm-go

module
v0.0.0-...-45ea9cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2021 License: Apache-2.0

README

vm-go

A stack virtual machine implementation in golang

Archetechture

Instruction

Instruction layout is the most important part of the virtual machine design. In this section, our instruction is as follows: | 4bit | 1bit 11bit | | opcode | mode | data or imediate number |

In our cases, mode can imediate or referring another data.

Directories

Path Synopsis
src
assembler command
runtime command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL