implemented Clrf Instruction (#16)

Co-authored-by: darkress <30271678+DarkressX@users.noreply.github.com>
Reviewed-on: darkress/pic16f84-sim#16
This commit was merged in pull request #16.
This commit is contained in:
darkress
2023-06-02 23:54:20 +02:00
parent ab9f378d34
commit 1a9f2436ef
3 changed files with 30 additions and 4 deletions

View File

@@ -54,8 +54,7 @@ public class CommandDecoder
switch(input & 0x3F80)
{
case 0x180:
//clrf();
break;
return new Clrf(input);
case 0x100:
return new Clrw();
case 0x80: