mirror of
https://github.com/notwa/mm
synced 2024-11-05 18:49:03 -08:00
update lips
This commit is contained in:
parent
6bcae93d1b
commit
7f8f7c8438
1 changed files with 4 additions and 4 deletions
|
@ -192,16 +192,16 @@ data.instructions = {
|
|||
AND = {0, 'dst', 'std0C', 36},
|
||||
DADD = {0, 'dst', 'std0C', 44},
|
||||
DADDU = {0, 'dst', 'std0C', 45},
|
||||
DSLLV = {0, 'dst', 'std0C', 20},
|
||||
DSLLV = {0, 'dts', 'std0C', 20},
|
||||
DSUB = {0, 'dst', 'std0C', 46},
|
||||
DSUBU = {0, 'dst', 'std0C', 47},
|
||||
NOR = {0, 'dst', 'std0C', 39},
|
||||
OR = {0, 'dst', 'std0C', 37},
|
||||
SLLV = {0, 'dst', 'std0C', 4},
|
||||
SLLV = {0, 'dts', 'std0C', 4},
|
||||
SLT = {0, 'dst', 'std0C', 42},
|
||||
SLTU = {0, 'dst', 'std0C', 43},
|
||||
SRAV = {0, 'dst', 'std0C', 7},
|
||||
SRLV = {0, 'dst', 'std0C', 6},
|
||||
SRAV = {0, 'dts', 'std0C', 7},
|
||||
SRLV = {0, 'dts', 'std0C', 6},
|
||||
SUB = {0, 'dst', 'std0C', 34},
|
||||
SUBU = {0, 'dst', 'std0C', 35},
|
||||
XOR = {0, 'dst', 'std0C', 38},
|
||||
|
|
Loading…
Reference in a new issue