en:docs:bios:api:int10

This is an old revision of the document!


Note: This IBM PC BIOS API call is for DOS/Win16 personality only. Use Family API for portability.

Note: osFree Macro Library provides macros for most of functions

2022/03/13 05:41 · prokushev · 0 Comments

Int 10H

Video BIOS API. All registers saved on entry and restores on return.

BIOS Interrupts

Function Macro Description Version
00H @SetMode1) Set Video Mode 5150+
01H @SetCurSz2)/@SetCsrSize3) Set Cursor Shape Size 5150+
02H @SetCurPos4)/@SetCsrPos5) Set Cursor Position 5150+
03H @GetCur6) Get Current Cursor Position 5150+
04H READ LIGHT PEN POSITION 5150+
05H @SetPage7) Set Active Video Page 5150+
06H @ScrollUp8) Scroll Screen Area Up 5150+
07H @ScrollDn9) Scroll Screen Area Down 5150+
08H @GetChAtr10) Get Character Attribute 5150+
09H @PutChAtr11) Print Char With Attribute 5150+
0AH @PutCh12) Print Char 5150+
0BH @SetColor13)/@SetPalet14) Set Palette/Color 5150+
0CH @SetDot15) Draw Pixel 5150+
0DH @GetDot16) Get Pixel 5150+
0EH @WrtTTY17) Write char in TTY mode 5150+
0FH @VideoState18)/@GetMode19) Get Current Video Mode/State 5150+
1) , 2) , 4) , 6) , 7) , 10) , 11) , 12) , 13) , 14) , 19)
Defined in MASM 5.x
3) , 5)
Defined in MASM 6.x
8) , 9) , 15) , 16) , 17) , 18)
osFree extension