zion-vm is a virtual machine created using rust language for the zion computer architecture
stops program execution, prints machine state and terminates
move data, register or memory address to register
types:
mov R, R
mov R, IMM
mov R, @MEM
mov @MEM, R