1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-02 17:43:23 -07:00

fix a couple coprocessor instructions

This commit is contained in:
Connor Olding 2015-11-24 13:34:24 -08:00
parent bd0c5f4b34
commit 338685d5bc

View File

@ -266,8 +266,8 @@ local instructions = {
DMFC1 = {17, 'tS', 'CtS00', 1},
DMTC1 = {17, 'tS', 'CtS00', 5},
MFC0 = {16, 'tS', 'CtS00', 0},
MFC1 = {16, 'tS', 'CtS00', 0},
MTC0 = {17, 'tS', 'CtS00', 4},
MFC1 = {17, 'tS', 'CtS00', 0},
MTC0 = {16, 'tS', 'CtS00', 4},
MTC1 = {17, 'tS', 'CtS00', 4},
LDC1 = {53, 'Tob', 'bTo'},
@ -362,10 +362,6 @@ local instructions = {
BC1T = {},
BC1TL = {},
-- are these undocumented?
LDC2 = {},
SDC2 = {},
-- pseudo-instructions
B = {4, 'r', '00o'},
BAL = {1, 'r', '0Co', 17},