viva ~master (2021-03-16T19:32:06Z)
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