add the mul instruction
This commit is contained in:
parent
27f4eae43e
commit
7bbd361083
5 changed files with 26 additions and 9 deletions
|
@ -16,6 +16,7 @@ OpDesc opdesc[NOp] = {
|
|||
[OSub] = { "sub", 2, 2 },
|
||||
[ODiv] = { "div", 2, 2 },
|
||||
[ORem] = { "rem", 2, 2 },
|
||||
[OMul] = { "mul", 2, 2 },
|
||||
[OAnd] = { "and", 2, 2 },
|
||||
[OStorel] = { "storel", 2, 0 },
|
||||
[OStorew] = { "storew", 2, 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue