◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc VMMcall _GetFirstV86Page mov [FirstPage], eax ; first page of V86 memory The _GetFirstV86Page service returns the page number of the first page in the current virtual machine. This service has no parameters. Return Value The EAX register contains the page number of the first page. Comments The first page in a virtual machine moves during virtual device initialization, so the page number returned by this service during initialization will not be valid at any later time. Uses EAX See Also _GetLastV86Page ♦