◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc mov eax, BreakAddr ; V86 address of break point VMMcall Remove_V86_Break_Point The Remove_V86_Break_Point service removes a V86 break point that was installed using the Install_V86_Break_Point service. It restores the original contents of the memory automatically. Parameter Description ──────────────────────────────────────────────────────────────────────────── BreakAddr Specifies the address of the break point to remove. The address must be a segment:offset pair. Return Value The carry flag is clear if the service is successful. Otherwise, the carry flag is set to indicate an error such as an invalid break point address. Uses Flags See Also Install_V86_Break_Point ♦