mirror of
https://github.com/notwa/lips
synced 2024-11-14 17:39:03 -08:00
fix weird typo
This commit is contained in:
parent
0edaa3f2de
commit
ad93ae9feb
1 changed files with 1 additions and 1 deletions
2
lips.lua
2
lips.lua
|
@ -192,7 +192,7 @@ local instructions = {
|
|||
SLTIU = {11, 'tsi', 'sti'},
|
||||
XORI = {14, 'tsi', 'sti'},
|
||||
|
||||
ADD = {0, 'pseudodst', 'std0C', 32},
|
||||
ADD = {0, 'dst', 'std0C', 32},
|
||||
ADDU = {0, 'dst', 'std0C', 33},
|
||||
AND = {0, 'dst', 'std0C', 36},
|
||||
DADD = {0, 'dst', 'std0C', 44},
|
||||
|
|
Loading…
Reference in a new issue