XorlwInstruction (#1)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#1
This commit was merged in pull request #1.
This commit is contained in:
darkress
2023-05-29 15:39:04 +02:00
parent 769c37e5f3
commit bfbec8d525
4 changed files with 34 additions and 19 deletions

View File

@@ -55,8 +55,7 @@ public class CommandDecoder
case 0x3800:
return new Iorlw(input);
case 0x3A00:
//xorlw();
break;
return new Xorlw(input);
}
switch(input & 0x3F80)