viva ~master (2022-01-21T13:19:40.543822)
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