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
Video BIOS API. All registers saved on entry and restores on return.
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)/@GetCsr7) | Get Current Cursor Position | 5150+ |
04H | Read Light Pen position | 5150+ | |
05H | @SetPage8) | Set Active Video Page | 5150+ |
06H | @ScrollUp9) | Scroll Screen Area Up | 5150+ |
07H | @ScrollDn10) | Scroll Screen Area Down | 5150+ |
08H | @GetChAtr11)/@GetCharAtr12) | Get Character Attribute | 5150+ |
09H | @PutChAtr13)/@PutCharAtr14) | Print Char With Attribute | 5150+ |
0AH | @PutCh15)/@PutChar16) | Print Char | 5150+ |
0BH | @SetColor17)/@SetPalet18)/@SetPalette19) | Set Palette/Color | 5150+ |
0CH | @SetDot20) | Draw Pixel | 5150+ |
0DH | @GetDot21) | Get Pixel | 5150+ |
0EH | @WrtTTY22) | Write char in TTY mode | 5150+ |
0FH | @VideoState23)/@GetMode24) | Get Current Video Mode/State | 5150+ |
IBM PC BIOS API | |
---|---|
Video I/O | INT 10H: 00H, 01H, 02H, 03H, 05H, 06H, 07H, 08H, 09H, 0AH, 0BH, 0CH, 0DH, 0EH, 0FH |
Hardware info | INT 11H, INT 12H |
Serial I/O | INT 14H: 00H, 01H, 02H, 03H |
Tape I/O | INT 15H: 00H, 01H, 02H, 03H |
Keyboard I/O | INT 16H: 00H, 01H, 02H |
Printer I/O | INT 17H: 00H, 01H, 02H |
Disk I/O | INT 13H: 00H, 01H, 02H, 03H, 04H, 05H |
Date and Time | INT 1AH: 00H, 01H |
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 |