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
Int 10H
Video BIOS API. All registers saved on entry and restores on return.
BIOS Interrupts
Function | Description | Version |
---|---|---|
00H | Set Video Mode | 1+ |
01H | Set Cursor Shape Size | 1+ |
02H | Set Cursor Position | 1+ |
03H | Get Current Cursor Position | 1+ |
04H | 1+ | |
05H | Set Active Video Page | 1+ |
06H | Scroll Screen Area Up | 1+ |
07H | Scroll Screen Area Down | 1+ |
08H | Get Character Attribute | 1+ |
09H | Print Char With Attribute | 1+ |
0AH | Print Char | 1+ |
0BH | Set Palette/Color | 1+ |
0CH | Draw Pixel | 1+ |
0DH | Get Pixel | 1+ |
0EH | Write char in TTY mode | 1+ |
0FH | Get Current Video Mode/State | 1+ |
osFree Macro Library | |
---|---|
Video I/O | @SetMode @SetCurSz @SetCurPos @GetCur @SetPage @ScrollUp @ScrollDn @Scroll @GetChAtr @PutChAtr @PutCh @SetPalet @SetColor @SetDot @GetDot @WrtTTY @VideoState @GetMode @GetDisplay @GetVideoState @GetEGAInfo @Cls |
Hardware info | @Equipment @MemSize |
Serial I/O | @AuxInit @AuxSendChar @AuxRecieveChar @AuxStatus |
Tape I/O | @TapeOn @TapeOff @TapeRead @TapeWrite |
Keyboard I/O | @KbdStatus @CharIn @CharPeek |
Printer I/O | @PrnPrint @PrnInit @PrnStatus |
Disk I/O | @DskReset @DskStatus @DskRead @DskWrite @DskVerify @DskFormat |
Date and Time | @SetTime @GetTime |
Mouse | @MouInit @MouShowPointer @MouStatus @MouSetPos @MouSetMickey @MouRegion |
Memory manager | @ModBlok SET_BLOCK |