implemented Iorwf Instruction

This commit is contained in:
Darkress
2023-06-03 23:28:47 +02:00
parent 1a9f2436ef
commit 34f9d4b9d5
3 changed files with 31 additions and 4 deletions

View File

@@ -23,8 +23,7 @@ public class CommandDecoder
case 0xF00:
return new Incfsz(input);
case 0x400:
//iorwf();
break;
return new Iorwf(input);
case 0x800:
//movf();
break;