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:
darkress
2023-05-31 01:30:20 +02:00
parent 666cc2881b
commit eed0b2e3eb
4 changed files with 23 additions and 11 deletions

View File

@@ -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)