fix implicit operands

This commit is contained in:
Michael McLoughlin
2018-11-23 23:48:47 -08:00
parent 4e059c258b
commit 4571841ee5
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ type Instruction struct {
type Form struct {
ISA []string
Operands []Operand
ImplicitOperands []Operand
ImplicitOperands []ImplicitOperand
}
type Operand struct {