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>set debug watchpoint</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        Set Debug Watchpoint


                 This  function   will  set  a  debug  watchpoint  at  a
                 specified linear address.

            To Call

                 AX = 0B00h
                 BX:CX = Linear address of watchpoint
                 DL = Size of watchpoint (1, 2, or 4)
                 DH = Type of watchpoint
                      0 = Execute
                      1 = Write
                      2 = Read/Write

            Returns

                 If function was successful:
                 Carry flag is clear
                 BX = Debug watchpoint handle

                 If function was not successful:
                 Carry flag is set

            Programmer's Notes

                 None

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