Skip to content

jrabello/zion-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zion-vm

zion-vm is a virtual machine created using rust language for the zion computer architecture




zion instruction set

STP (0x00) (size 1)

stops program execution, prints machine state and terminates

MOV (0x13 0x00 0x00 0x00) (opcode type op1 op2) (size 4)

move data, register or memory address to register

types:

mov R, R
mov R, IMM
mov R, @MEM
mov @MEM, R

About

A virtual machine for zion architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages