parrotcode: Jumping to subroutine | |
Contents | Examples |
examples/subs/jsr_ret.pasm - Jumping to subroutine
% ./parrot examples/subs/jsr_ret.pasm
A program to demonstrate the use of the jump
and of the jsr
opcode.
docs/ops/core.pod docs/pdds/pdd03_calling_conventions.pod
|