implemented bcfInstruction (#25)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#25
This commit was merged in pull request #25.
This commit is contained in:
@@ -57,8 +57,7 @@ public class CommandDecoder
|
||||
switch(input & 0x3C00)
|
||||
{
|
||||
case 0x1000:
|
||||
//bcf();
|
||||
break;
|
||||
return new Bcf(input);
|
||||
case 0x1400:
|
||||
//bsf();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user