qa.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 15H Function 87H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Move Extended Memory Block      [AT] [PS/2]
 
  Transfers data between conventional memory and extended memory.
 
  Input                                     Output
  ══════════════════════════════            ══════════════════════════════
  AH=87H                                    If function successful
  CX=number of words to move                Carry flag=clear
  ES:SI=segment:offset of Global            AH=00H
                Descriptor Table            If function unsuccessful
                (see Notes)                 Carry flag=set
                                            AH=status
                                               01H if RAM parity error
                                               02H if exception interrupt
                                                   error
                                               03H if gate address line 20
                                                   failed
                                    -♦-