Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Dos Protected Mode Interface - <b>get state of debug watchpoint</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        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.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson