Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>size return bytes used by variable masm operator</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson