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>mask return a bit mask masm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MASK             Return a Bit Mask                              MASM Operator

    MASK recordFieldName
or
    MASK record

    Returns a bit pattern representing the bits used by a particular field
    of a record.  Bits used by the field will by 1, while those not used
    by the field will be 0.

       Notes:     The recordFieldName must be the name of a record field.
                  Record  must be the name of a record.

See Also: WIDTH

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