For Information about ZVM Specifics Please Visit this link.
Assembler can be found Here.
About ZVM
ZVM (Zero Virtual Machine) is a Virtual Machine, kind of. ZVM is an open source tool made with the purpose of being incorporated into game engines. ZVM is made up of emulated hardware components, A CPU (ZPU), Temporary Memory, and Stored Memory. The Zero Virtual Machine runs a custom 64 bit instruction set (ZCode). ZVM as a stand alone project does not do very much, It cannot display graphics or play sound, It was made with the purpose of being extended and tailored to your needs.
Build Info
The stand alone version of this Project does not have any dependancies. Alls you need is a C++ Compiler.
Mac OS - Terminal Build
make macos
sudo make install
GNU Linux - Terminal Build
make linux
sudo make install
Windows - (w64devkit)
make windows