en:docs:bios:api:int10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:docs:bios:api:int10 [2022/03/20 10:59] prokusheven:docs:bios:api:int10 [2022/11/28 03:47] prokushev
Line 8: Line 8:
  
 ^ Function ^ Macro ^ Description ^ Version ^ ^ Function ^ Macro ^ Description ^ Version ^
-| [[en:docs:bios:api:int10:00|00H]] | @SetMode | Set Video Mode | 5150+ | +| [[en:docs:bios:api:int10:00|00H]] | [[en:docs:macrolib:@SetMode]]((Defined in MASM 5.x)) | Set Video Mode | 5150+ | 
-| [[en:docs:bios:api:int10:01|01H]] | @SetCurSz | Set Cursor Shape Size | 5150+ | +| [[en:docs:bios:api:int10:01|01H]] | [[en:docs:macrolib:@SetCurSz]]((Defined in MASM 5.x))/[[en:docs:macrolib:@SetCsrSize]]((Defined in MASM 6.x)) | Set Cursor Shape Size | 5150+ | 
-| [[en:docs:bios:api:int10:02|02H]] | @SetCurPos | Set Cursor Position | 5150+ | +| [[en:docs:bios:api:int10:02|02H]] | [[en:docs:macrolib:@SetCurPos]]((Defined in MASM 5.x))/[[en:docs:macrolib:@SetCsrPos]]((Defined in MASM 6.x)) | Set Cursor Position | 5150+ | 
-| [[en:docs:bios:api:int10:03|03H]] | @GetCur | Get Current Cursor Position | 5150+ |+| [[en:docs:bios:api:int10:03|03H]] | [[en:docs:macrolib:@GetCur]]((Defined in MASM 5.x))/[[en:docs:macrolib:@GetCsr]]((Defined in MASM 6.x)) | Get Current Cursor Position | 5150+ |
 | 04H | | READ LIGHT PEN POSITION | 5150+ | | 04H | | READ LIGHT PEN POSITION | 5150+ |
-| [[en:docs:bios:api:int10:05|05H]]| @SetPage | Set Active Video Page | 5150+ | +| [[en:docs:bios:api:int10:05|05H]]| [[en:docs:macrolib:@SetPage]]((Defined in MASM 5.x)) | Set Active Video Page | 5150+ | 
-| [[en:docs:bios:api:int10:06|06H]]| @ScrollUp | Scroll Screen Area Up | 5150+ | +| [[en:docs:bios:api:int10:06|06H]]| [[en:docs:macrolib:@ScrollUp]]((osFree extension)) | Scroll Screen Area Up | 5150+ | 
-| [[en:docs:bios:api:int10:07|07H]]| @ScrollDn | Scroll Screen Area Down | 5150+ | +| [[en:docs:bios:api:int10:07|07H]]| [[en:docs:macrolib:@ScrollDn]]((osFree extension)) | Scroll Screen Area Down | 5150+ | 
-| [[en:docs:bios:api:int10:08|08H]]| @GetChAtr | Get Character Attribute | 5150+ | +| [[en:docs:bios:api:int10:08|08H]]| [[en:docs:macrolib:@GetChAtr]]((Defined in MASM 5.x))/[[en:docs:macrolib:@GetCharAtr]]((Defined in MASM 6.x)) | Get Character Attribute | 5150+ | 
-| [[en:docs:bios:api:int10:09|09H]]| @PutChAtr | Print Char With Attribute | 5150+ | +| [[en:docs:bios:api:int10:09|09H]]| [[en:docs:macrolib:@PutChAtr]]((Defined in MASM 5.x))/[[en:docs:macrolib:@PutCharAtr]]((Defined in MASM 6.x)) | Print Char With Attribute | 5150+ | 
-| [[en:docs:bios:api:int10:0A|0AH]]| @PutCh | Print Char | 5150+ | +| [[en:docs:bios:api:int10:0A|0AH]]| [[en:docs:macrolib:@PutCh]]((Defined in MASM 5.x))/[[en:docs:macrolib:@PutChar]]((Defined in MASM 6.x)) | Print Char | 5150+ | 
-| [[en:docs:bios:api:int10:0B|0BH]]| @SetColor/@SetPalet | Set Palette/Color | 5150+ | +| [[en:docs:bios:api:int10:0B|0BH]]| [[en:docs:macrolib:@SetColor]]((Defined in MASM 5.x))/[[en:docs:macrolib:@SetPalet]]((Defined in MASM 5.x))/[[en:docs:macrolib:@SetPalette]]((Defined in MASM 6.x)) | Set Palette/Color | 5150+ | 
-| [[en:docs:bios:api:int10:0C|0CH]]| @SetDot | Draw Pixel | 5150+ | +| [[en:docs:bios:api:int10:0C|0CH]]| [[en:docs:macrolib:@SetDot]]((osFree extension)) | Draw Pixel | 5150+ | 
-| [[en:docs:bios:api:int10:0D|0DH]]| @GetDot | Get Pixel | 5150+ | +| [[en:docs:bios:api:int10:0D|0DH]]| [[en:docs:macrolib:@GetDot]]((osFree extension)) | Get Pixel | 5150+ | 
-| [[en:docs:bios:api:int10:0E|0EH]]| @WrtTTY | Write char in TTY mode | 5150+ | +| [[en:docs:bios:api:int10:0E|0EH]]| [[en:docs:macrolib:@WrtTTY]]((osFree extension)) | Write char in TTY mode | 5150+ | 
-| [[en:docs:bios:api:int10:0F|0FH]]| @VideoState/@GetMode | Get Current Video Mode/State | 5150+ |+| [[en:docs:bios:api:int10:0F|0FH]]| [[en:docs:macrolib:@VideoState]]((osFree extension))/[[en:docs:macrolib:@GetMode]]((Defined in MASM 5.x)) | Get Current Video Mode/State | 5150+ |
  
 {{page>en:templates:biosapi}} {{page>en:templates:biosapi}}