tevian
Newbie level 1

Hello!
I have generated an assembly file for AES encryption using MIPS32 compiler.
When I use SPIM simulator it gives me the following error:
spim: (parser) Warning: MIPS32 Rev 2 instruction is not implemented. Instruction ignored. on line 712 of file AES_main.s
seb $3,$2
I understand it has something to do with seb, but I am not sure what is the workaround to avoid this.
Hoping to hear some suggestions soon!
TIA
Tevian
I have generated an assembly file for AES encryption using MIPS32 compiler.
When I use SPIM simulator it gives me the following error:
spim: (parser) Warning: MIPS32 Rev 2 instruction is not implemented. Instruction ignored. on line 712 of file AES_main.s
seb $3,$2
I understand it has something to do with seb, but I am not sure what is the workaround to avoid this.
Hoping to hear some suggestions soon!
TIA
Tevian