implemented subwf Instruction

This commit is contained in:
Darkress
2023-06-06 07:34:26 +02:00
parent d25a66134a
commit eda63f0073
3 changed files with 53 additions and 5 deletions

View File

@@ -31,8 +31,7 @@ public class CommandDecoder
case 0xC00:
return new Rrf(input);
case 0x200:
//subwf();
break;
return new Subwf(input);
case 0xE00:
//swapf();
break;