
Next: Calling Subroutines
Up: The Instructions
Previous: Stack Manipulation
The control instructions are divided into three classes:
- calling subroutines: ll-call, return
- branch instructions: goto, on-nil-goto
- non-local exits: catch, remove-tag, throw,
catch-nil, throw-nil