Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for INT 10H 5 found (16 total)

alternate case: iNT 10H

Switch statement (2,728 words) [view diff] case mismatch in snippet view article find links to article

mov ah, 0Eh mov bh, 00h int 10h pop ah jmp swtend ; Equivalent to "break" b: push ah mov al, 'b' mov ah, 0Eh mov bh, 00h int 10h pop ah jmp swtend ; Equivalent
Mode 13h (1,012 words) [view diff] case mismatch in snippet view article find links to article
assembly language the mode is entered when AL is 13h, AH is 0 and BIOS INT 10h is executed. However, the "h" is sometimes dropped for languages that don't
IBM TopView (1,825 words) [view diff] case mismatch in snippet view article find links to article
(i.e. programs that did not write directly to the screen but used BIOS int 10h and DOS int 21h, such as the IBM Assistant Series of productivity programs)
Environment variable (10,249 words) [view diff] case mismatch in snippet view article find links to article
is detected, the DR-DOS COMMAND.COM will directly clear the screen via INT 10h/AH=00h BIOS function, like MS-DOS/PC DOS COMMAND.COM does. A special \nnn-notation
List of 8-bit computer hardware graphics (6,717 words) [view diff] case mismatch in snippet view article find links to article
green/red/brown palette [a/k/a "palette #2"]. This bit can be set using BIOS INT 10h function 0Bh, subfunction 1.) The palette for BIOS video mode 5 is always