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