callInstruction (#3)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#3
This commit was merged in pull request #3.
This commit is contained in:
@@ -100,8 +100,7 @@ public class CommandDecoder
|
||||
switch(input & 0x3800)
|
||||
{
|
||||
case 0x2000:
|
||||
//call();
|
||||
break;
|
||||
return new Call(input);
|
||||
case 0x2800:
|
||||
return new Goto(input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user