Added Xorwf Instruction

This commit is contained in:
Darkress
2023-06-07 20:20:35 +02:00
parent b298b97652
commit 21ee79f6ef
3 changed files with 29 additions and 3 deletions

View File

@@ -35,8 +35,7 @@ public class CommandDecoder
case 0xE00:
return new Swapf(input);
case 0x600:
//xorwf();
break;
return new Xorwf(input);
case 0x3900:
return new Andlw(input);
case 0x3800: