Added Xorwf Instruction (#24)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#24
This commit was merged in pull request #24.
This commit is contained in:
darkress
2023-06-07 20:21:28 +02:00
parent b298b97652
commit b10ad35ae8
3 changed files with 29 additions and 3 deletions

View File

@@ -35,8 +35,7 @@ public class CommandDecoder
case 0xE00:
return new Swapf(input);
case 0x600:
//xorwf();
break;
return new Xorwf(input);
case 0x3900:
return new Andlw(input);
case 0x3800: