%imacro GetExtendedBreak 1
Prefers: AL
Get the state of extended break checking.
- 0x00 means it is off. Only check for CTRL+C on DOS character I/O functions.
- 0x01 means it is on. Check for CTRL+C on all DOS functions.
Example:
GetExtendedBreak AL ; get the state of break checking.
See also SetExtendedBreak.