added Xorlw in CommandDecoder

This commit is contained in:
Darkress
2023-05-29 15:33:48 +02:00
parent 0d1db917c0
commit bbe1229670
2 changed files with 7 additions and 19 deletions

View File

@@ -55,8 +55,7 @@ public class CommandDecoder
case 0x3800:
return new Iorlw(input);
case 0x3A00:
//xorlw();
break;
return new Xorlw(input);
}
switch(input & 0x3F80)