1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-03 01:53:23 -07:00

fix weird typo

This commit is contained in:
Connor Olding 2015-12-17 08:51:22 -08:00
parent 0edaa3f2de
commit ad93ae9feb

View File

@ -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},