Closed YasinKavuk closed 1 year ago
IRETURN always ends the program but it should just return the value from the method. Right now it returns the value like intendet but always ends the program.
We need to change the condition to check if the program is finished.
At the end of the MainMethod -> Add a Flag (0xFF oder 255) so we know that the program is finished
IRETURN always ends the program but it should just return the value from the method. Right now it returns the value like intendet but always ends the program.