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