Difference between revisions of "0051"
Jump to navigation
Jump to search
Junior Djjr (talk | contribs) (Created page with "{{OpCode | games = {{Icon|t}} | command = RETURN | description = Return from the current subroutine. | syntax1 = 0051: return | p1t = ''none'' }} After...") |
Junior Djjr (talk | contribs) |
||
Line 7: | Line 7: | ||
}} | }} | ||
− | + | This opcode returns from the current subroutine. | |
+ | When the thread encounters a [[0051]], it will return from where the last [[0050]] was called. | ||
The game will crash if: | The game will crash if: |