Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 10h Function 01h
 Detail Example                          Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   10h     Function:   01h
 
  Title:       Set Cursor Type
 
  See also:    Get Cursor Information, Set Cursor Position,
               Enable/Disable Cursor Emulation, @SetCsrSize
 
  Description:                     [MDA] [CGA] [PCjr] [EGA] [MCGA] [VGA]
 
     Selects the starting and ending lines for the blinking hardware
     cursor in text display modes.
 
     Input                                      Output
 
     AH = 01h                                   None
     CH Bits 0-4 = Starting line for cursor
     CL Bits 0-4 = Ending line for cursor
                                    -♦-