INT Command
This instruction is much like the call (generate) instruction. It also
transfers control to another procedure. However, the number after the INT
instruction does not point to an address. Instead, it is a number pointing
to an address that is located in something called an interrupt vector.
You will commonly see and use "INT 10", "INT 21", "INT 13". They can be resembled as
calls to procedures.
Return