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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user