fix operands list grammar rule
This commit is contained in:
parent
da51d66bb2
commit
80957326bc
@ -9,7 +9,7 @@
|
||||
|
||||
<instruction> ::= <identifier> <operands>
|
||||
|
||||
<operands> ::= <operand> ( <comma> <operands> )*
|
||||
<operands> ::= <operand> ( <comma> <operand> )*
|
||||
|
||||
<operand> ::= <register> | <immediate> | <memory>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user