SIZE Return Bytes Used by Variable MASM Operator
SIZE variable
Returns the number of bytes occupied by variable.
Notes: The value returned by this operator is equal to the
LENGTH of variable times the TYPE of variable. That is:
SIZE variable = (LENGTH variable) * (TYPE variable)