Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
@GetMode Macro
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:    @GetMode
 
  Summary:   Gets the current video mode and page
 
  Arguments: None
 
  Returns:   AL     Mode
             AH     Width in characters
             BH     Page
 
  Modifies:  AX, BH
 
  See also:  Int 10h Function 0Fh, @SetMode
                                    -♦-