Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
@SetCsrPos Macro
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   BIOS.INC
 
  Syntax:    @SetCsrPos [column] [,[row] [,page]]
 
  Summary:   Sets the cursor position
 
  Arguments: <column>     8-bit column; if none given, DL used.
 
             <row>        8-bit row; if none given, DH used.
 
             <page>       8-bit page with cursor; if none given,
                          0 assumed.
 
  Returns:   No return value
 
  Modifies:  AX, DX, BH
 
  See also:  Int 10h Function 02h, @GetCsr
                                    -♦-