Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 793 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 793 Bytes

The clap vm

The machine in this project is build for research purposes. It includes and debugger, that will be the core of this project as well as an virtual machine that is inspired by a real cpu architecture.

Developers have the opportunity to work with 20 registers on an assembly basis, change code during runtime through the memory, or even add more instructions.

Documentation