INT (x86 instruction)

INT is an assembly language instruction for x86 processors that generates a software interrupt. It takes the interrupt number formatted as a byte value. When written in assembly language, the instruction is written like this: INT <i>X</i> where <i>X</i> is the software interrupt that should be generated (0-255).

INT (x86 instruction)

INT is an assembly language instruction for x86 processors that generates a software interrupt. It takes the interrupt number formatted as a byte value. When written in assembly language, the instruction is written like this: INT <i>X</i> where <i>X</i> is the software interrupt that should be generated (0-255).