add the mul instruction
This commit is contained in:
parent
27f4eae43e
commit
7bbd361083
5 changed files with 26 additions and 9 deletions
|
@ -125,6 +125,7 @@ enum Op {
|
|||
OSub,
|
||||
ODiv,
|
||||
ORem,
|
||||
OMul,
|
||||
OAnd,
|
||||
OCmp,
|
||||
OCmp1 = OCmp + NCmp-1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue