DWORD Data
Insert the given data into the current Segment as a four-BYTE value. The parameter "Data" may be a
decimal/hex value, a Label or Segment name, or more than one value of one or both types linked by
mathematical operators in a simple expression. The value, or the result of the expression will be
stored according to the endianness of the current Segment
DWORD $FFFFFFFF
DWORD $10, $ABCD, $FFFFFFFF
DWORD $10+DefineName
DWORD LabelName2-LabelName1
DWORD LabelName
DWORD LabelName+DefineName