.TYPE Operator Has New Bit Settings

Last reviewed: January 23, 1995
Article ID: Q32836
The information in this article applies to:
  • Microsoft Macro Assembler for MS-DOS and OS/2, version 5.1

In versions of the Microsoft Macro Assembler (MASM) earlier than 5.1, the .TYPE operator only uses bits 0, 1, 5, and 7. With MASM version 5.1, the use of bits 2, 3 and 4 has been added.

The following is a chart of bit assignments taken from page Update-29 of "Microsoft Macro Assembler Version 5.1 Update, Microsoft CodeView and Utilities Update, Microsoft Editor" manual:

   Bit Position    If Bit=0                If Bit=1

   0               Not program related     Program related
   1               Not data related        Data related
   2               Not a constant value    Constant value
   3               Addressing mode is not  Addressing mode is direct
                       direct
   4               Not a register          Expression is a register
   5               Not defined             Defined
   7               Local or public scope   External scope


Additional reference words: kbinf 5.10
KBCategory: kbtool
KBSubCategory: MLIss


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 23, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.