| reg | value | descr |
|---|---|---|
| AH | 0x01 | |
| CH | xx | cursor starting scan line (cursor top) (low order 5 bits) |
| CL | xx | cursor ending scan line (cursor bottom) (low order 5 bits) |
Use CX = 0x2000 to disable cursor
Nothing
| Video | Line Count | Starting Scan Line | Ending Scan Line | Character Point Size |
|---|---|---|---|---|
| CGA | 25 | 06 | 07 | 08 |
| MDA | 25 | 0B | 0C | 0E |
| EGA | 25 | 06 | 07 | 0E |
| EGA | 43 | 04/06 | 07 | 08 |
| VGA | 25 | 0D | 0E | 10 |
| VGA | 40 | 08 | 09 | 0A |
| VGA | 50 | 06 | 07 | 08 |