viva v0.1.7-alpha (2021-01-10T15:41:58Z)
Home
Dub
Repo
Instruction
viva
dvm
vm
instruction
struct
Instruction {
Opcode
opcode
;
int
[]
operands
;
this
(Opcode opcode, int[] operands);
}
Constructors
this
this
(Opcode opcode, int[] operands)
Members
Variables
opcode
Opcode
opcode
;
operands
int
[]
operands
;
Meta
Source
See Implementation
viva
dvm
vm
instruction
structs
Instruction