implemented Iorwf Instruction (#17)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#17
This commit was merged in pull request #17.
This commit is contained in:
darkress
2023-06-03 23:29:27 +02:00
parent 1a9f2436ef
commit 537b4559c4
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;