Get State of Debug Watchpoint


This function returns the state of a debug watchpoint
that was set using the Set Debug Watchpoint function.

To Call

AX = 0B02h
BX = Debug Watchpoint Handle

Returns

If function was successful:
Carry flag is clear
AX = Status flags
Bit 0 = 1 if watch point has been executed

If function was not successful:
Carry flag is set

Programmer's Notes

o To clear the watchpoint state the caller must use
function 0B03h.