GNU Info

Info Node: (nasm.info)Section B.4.122

(nasm.info)Section B.4.122


Next: Section B.4.123 Prev: Section B.4.121 Up: Section B.4
Enter node , (file) or (file)node

B.4.122. `INT': Software Interrupt
----------------------------------

     INT imm8                      ; CD ib                [8086]

   `INT' causes a software interrupt through a specified vector number
from 0 to 255.

   The code generated by the `INT' instruction is always two bytes long:
although there are short forms for some `INT' instructions, NASM does
not generate them when it sees the `INT' mnemonic. In order to generate
single-byte breakpoint instructions, use the `INT3' or `INT1'
instructions (see *Note Section B.4.123::) instead.


automatically generated by info2www version 1.2.2.9