implemented Andwf instruction (#8)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#8
This commit was merged in pull request #8.
This commit is contained in:
@@ -11,8 +11,7 @@ public class CommandDecoder
|
||||
case 0x700:
|
||||
return new Addwf(input);
|
||||
case 0x500:
|
||||
//andwf();
|
||||
break;
|
||||
return new Andwf(input);
|
||||
case 0x900:
|
||||
//comf();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user