Added swapf Instruction (#23)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#23
This commit was merged in pull request #23.
This commit is contained in:
darkress
2023-06-07 20:17:31 +02:00
parent d8ed3ab9b1
commit b298b97652
5 changed files with 32 additions and 6 deletions

View File

@@ -33,8 +33,7 @@ public class CommandDecoder
case 0x200:
return new Subwf(input);
case 0xE00:
//swapf();
break;
return new Swapf(input);
case 0x600:
//xorwf();
break;