include vmm.inc
VxD_ICODE_SEG
Defines the start of an initialization code segment. Virtual devices typically use this segment for code that initializes the corresponding device. The system discards the segment after the initialization is complete (after the Init_Complete message has been processed by all virtual devices).
This macro creates a 32-bit segment named _ITEXT. The segment is assembled for flat model memory so segment registers CS, DS, ES, and SS are assumed to be flat.
VxD_CODE_SEG, VxD_ICODE_ENDS, VxD_IDATA_SEG