implemented return instruction; Fixed Bug in Stack.pop() (#4)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#4
This commit was merged in pull request #4.
This commit is contained in:
@@ -131,8 +131,7 @@ public class CommandDecoder
|
||||
|
||||
if (input == 0x0008)
|
||||
{
|
||||
//return();
|
||||
//This is the function name. Do not mistake this for a normal return!
|
||||
return new Return();
|
||||
}
|
||||
|
||||
if (input == 0x0063)
|
||||
|
||||
Reference in New Issue
Block a user