implemented Rlf Instruction (#20)

Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#20
This commit was merged in pull request #20.
This commit is contained in:
darkress
2023-06-06 02:22:29 +02:00
parent 40b7a4a478
commit 01bd5acb46
4 changed files with 46 additions and 7 deletions

View File

@@ -27,8 +27,7 @@ public class CommandDecoder
case 0x800:
return new Movf(input);
case 0xD00:
//rlf();
break;
return new Rlf(input);
case 0xC00:
//rrf();
break;