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 21H Function 33H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Get or Set Break Flag
 
  Obtains or changes the status of the operating system's Break flag, which
  influences CTRL+C checking during function calls. Also returns the system
  boot drive in version 4.0.
 
  Input                                         Output
  ══════════════════════════════════            ══════════════════════════
  If getting Break flag                         DL=00H  Break flag is OFF
  AH=33H                                           01H  Break flag is ON
  AL=00H
  If setting Break flag
  AH=33H
  AL=01H
  DL=00H  if turning Break flag OFF
     01H  if turning Break flag ON
                                    -♦-