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

INT 0x10 - 0x02 - Set Cursor Position

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

Nothing

  • 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

See also INT 10h, 03h

Back

  • back2root/ibm-pc-ms-dos/interrupts/int_10/int_10_02.txt
  • Dernière modification : 2023/02/19 15:46
  • de frater