Dword_Align

include vmm.inc

Dword_Align SegName


The Dword_Align macro aligns the specified segment on a doubleword boundary by inserting nop instructions.

Parameters

SegName

Specifies the name of the segment to align. This parameter can be _TEXT, _ITEXT, or _LTEXT.

Return Value

This macro has no return value.