Text Mode Cursor: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (→‎Moving the Cursor without the BIOS: added link to BIOS/data area pages)
Line 1: Line 1:
==Moving the Cursor with the BIOS==
==Moving the Cursor with the BIOS==
Moving the cursor with the [[BIOS]] is done through Int 0x10 (The general interrupt for screen functions) with Ah set to 0x02. These are the registers used:
Moving the cursor with the [[BIOS]] is done through Int 0x10 (The general interrupt for screen functions) with AH set to 0x02. These are the registers used:
* AH = 0x02
* AH = 0x02
* BH = Display Page (This is usually, if not always, 0)
* BH = Display Page (This is usually, if not always, 0)