Using Interrupt Instructions
Instructions that interrupt the flow of
a program
can cause the
program
to:
End (EXIT)
Skip to another part of the
program
marked by a label (SIGNAL)
Go temporarily to a subroutine either within the
program
or outside the
program
(CALL or RETURN).
EXIT Instruction
CALL and RETURN Instructions
SIGNAL Instruction
Parent topic:
Controlling the Flow within a program