BIOS Interrupt Call - Invoking An Interrupt

Invoking An Interrupt

Invoking an interrupt can be done using the INT x86 assembly language instruction. For example, to print a character to the screen using BIOS interrupt 0x10, the following x86 assembly language instructions would be executed:

mov ah, 0x0e mov al, '!' int 0x10

Read more about this topic:  BIOS Interrupt Call

Famous quotes containing the words invoking and/or interrupt:

    A man is the prisoner of his power. A topical memory makes him an almanac; a talent for debate, disputant; skill to get money makes him a miser, that is, a beggar. Culture reduces these inflammations by invoking the aid of other powers against the dominant talent, and by appealing to the rank of powers. It watches success.
    Ralph Waldo Emerson (1803–1882)

    Never interrupt a murderer, madame.
    Walter Reisch (1903–1963)