fix implicit operands
This commit is contained in:
@@ -9,7 +9,7 @@ type Instruction struct {
|
||||
type Form struct {
|
||||
ISA []string
|
||||
Operands []Operand
|
||||
ImplicitOperands []Operand
|
||||
ImplicitOperands []ImplicitOperand
|
||||
}
|
||||
|
||||
type Operand struct {
|
||||
|
||||
Reference in New Issue
Block a user