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.
@SetCsrSize Macro
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   BIOS.INC
 
  Syntax:    @SetCsrSize startline, endline
 
  Summary:   Sets the cursor size and shape by specifying active scan
             lines. For color adapters, the lines are 0-7. For the
             monochrome adapter, the lines are 0-13.
 
  Arguments: <startline>     8-bit starting scan line (default CGA = 6;
                             MA = 12)
 
             <endline>       8-bit ending scan line (default CGA = 7;
                             MA = 13)
 
  Returns:   No return value
 
  Modifies:  AX, CX
 
  See also:  Int 10h Function 01h, @GetCsr
                                    -♦-