implemented return instruction; Fixed Bug in Stack.pop()

This commit is contained in:
Darkress
2023-05-31 01:29:26 +02:00
parent 666cc2881b
commit 87bacdb1e6
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)