INT 10h, INT 10H or INT 16 is shorthand for BIOS interrupt call 10hex, the 17th interrupt vector in an x86-based computer system. The BIOS typically sets...
7 KB (406 words) - 11:08, 28 February 2024
The opcode for INTO is 0xCE, however it is unavailable in x86-64 mode. INT 10H INT 13H DOS API Interrupt BIOS interrupt call Ralf Brown's Interrupt List...
4 KB (472 words) - 05:21, 26 August 2024
high resolutions and bit depths. This is opposed to the "traditional" INT 10h BIOS calls, which are limited to resolutions of 640×480 pixels with 16...
23 KB (2,060 words) - 00:59, 31 August 2024
may/should differ from logical values of function 08h. INT 10H BIOS interrupt call Cylinder-head-sector INT (x86 instruction) DPMI (DOS Protected Mode Interface)...
30 KB (1,945 words) - 12:26, 29 August 2024
from the fact that these colors are used in BIOS interrupts, specifically INT 10h, the video interrupt. When writing text to the screen, a BIOS color attribute...
4 KB (303 words) - 11:51, 3 April 2024
BIOS interrupt call (redirect from INT 18h)
Display Character mov al, '!' ; AL = code of character to display int 0x10 ; call INT 10h, BIOS video service A list of common BIOS interrupt classes can...
29 KB (3,319 words) - 17:50, 25 July 2024
video BIOS which gets loaded very early on in the boot process and hooks INT 10h so that output from the power-on self-test (POST) can be displayed. The...
17 KB (2,617 words) - 13:24, 24 October 2024
functionality which the operating system depends on (particularly interrupts INT 10H and INT 13H). HP Integrity Virtual Machines provides UEFI boot on HP Integrity...
102 KB (10,338 words) - 14:25, 7 November 2024
initializes the graphics card at the computer's boot time. It also implements INT 10h interrupt and VESA BIOS Extensions (VBE) for basic text and videomode output...
5 KB (701 words) - 07:57, 19 June 2024
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...
21 KB (2,728 words) - 15:43, 5 November 2024