mirror of
https://github.com/shadergz/cosmic-station.git
synced 2024-11-23 06:09:40 +00:00
Creeper
: Now we need to implement more instructions
This commit is contained in:
parent
c8d0fb158d
commit
53eee5d55f
@ -148,8 +148,8 @@ namespace cosmic::creeper::ee {
|
||||
return {};
|
||||
}
|
||||
EeBase MipsIvInterpreter::mapMipsBase {
|
||||
{Addi, addi},
|
||||
{Bne, bne},
|
||||
{Addi, addi},
|
||||
{Slti, slti},
|
||||
{Lui, lui},
|
||||
|
||||
@ -196,8 +196,8 @@ namespace cosmic::creeper::ee {
|
||||
decode.execute = execSpecial(opcode, decode); break;
|
||||
case RegImmOpcodes:
|
||||
decode.execute = execRegimm(opcode, decode); break;
|
||||
case Addi:
|
||||
case Bne:
|
||||
case Addi:
|
||||
case Slti:
|
||||
case Sltiu:
|
||||
case Andi:
|
||||
|
Loading…
Reference in New Issue
Block a user