include vmm.inc VxD_REAL_INIT_SEG |
The VxD_REAL_INIT_SEG macro defines the start of a real-mode initialization segment. Virtual devices typically use this segment for code that initializes the corresponding device before Windows changes to protected-mode execution. The system discards the segment after the initialization is complete.
This macro has no parameters.
This macro has no return value.
This macro creates a 16-bit segment named _RCODE. The segment is assembled for the real-mode tiny model memory so segment registers CS, DS, ES, and SS are assumed to be equal.