Previous: 4.24.1. DOS Unit Constants and Variables To the Table of Contents Next: 4.24.1.2 File-mode constants
4.24.1. DOS Unit Constants and Variables Table of Contents 4.24.1.2 File-mode constants

- 4.24.1.1 -
Table of Contents
4. Standard Units
4.24. DOS - MSDOS support unit
4.24.1.1 Flag constants


4.24.1.1 Flag constants

Targets: MS-DOS, OS/2, Win32


Dos Unit, WinDos Unit

The Flag constants (fXXXX) test individual flag bits in the Flags register after a call to Intr or MsDos.
 Constant  Value 
 fCarry  $0001
 fParity  $0004
 fAuxiliary  $0010
 fZero  $0040
 fSign  $0080
 fOverflow  $0800



Previous: 4.24.1. DOS Unit Constants and Variables To the Table of Contents Next: 4.24.1.2 File-mode constants
4.24.1. DOS Unit Constants and Variables Table of Contents 4.24.1.2 File-mode constants

- 4.24.1.1 -