Outils pour utilisateurs

Outils du site


back2root:ibm-pc-ms-dos:interrupts:int_10:int_10_02

Table des matières

Ceci est une ancienne révision du document !


INT 0x10 - 0x02 - Set Cursor Position

Request/Call:

reg value descr
AH 0x02
BH 0xxx Page number (0 for graphics modes)
DH 0xxx Row
DL 0xxx Column

Return:

Nothing

Notes & Comments

  • positions relative to 0,0 origin
  • 80×25 uses coordinates 0,0 to 24,79; 40×25 uses 0,0 to 24,39
  • the 6845 can also be used to perform this function
  • setting the data in the BIOS Data Area at location 40:50 does not take immediate effect and is not recommended

Back

back2root/ibm-pc-ms-dos/interrupts/int_10/int_10_02.1673888074.txt.gz · Dernière modification : 2023/01/16 17:54 de 127.0.0.1