mirror of
https://github.com/notwa/lips
synced 2025-03-09 19:32:49 -07:00
fix a couple coprocessor instructions
This commit is contained in:
parent
bd0c5f4b34
commit
338685d5bc
1 changed files with 2 additions and 6 deletions
8
lips.lua
8
lips.lua
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue