include vmm.inc Dword_Align SegName |
The Dword_Align macro aligns the specified segment on a doubleword boundary by inserting nop instructions.
SegName
Specifies the name of the segment to align. This parameter can be _TEXT, _ITEXT, or _LTEXT.
This macro has no return value.