[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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)

See Also: LENGTH TYPE WIDTH
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson