Added swapf Instruction

This commit is contained in:
Darkress
2023-06-07 20:16:30 +02:00
parent d8ed3ab9b1
commit 1c3ed8a1b2
5 changed files with 32 additions and 6 deletions

View File

@@ -33,8 +33,7 @@ public class CommandDecoder
case 0x200:
return new Subwf(input);
case 0xE00:
//swapf();
break;
return new Swapf(input);
case 0x600:
//xorwf();
break;