Make Operands an array
This commit is contained in:
@@ -3,8 +3,7 @@ package vm
|
||||
type Instruction struct {
|
||||
OpCode OpCodeType
|
||||
Reserved [4]byte
|
||||
Operand1 Operand
|
||||
Operand2 Operand
|
||||
Operands [2]*Operand
|
||||
|
||||
opHandler opHandler `struc:"skip"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user