Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MASM Index
                                             Up Contents Index Back
──MASM Index────────────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNOPQRSTUVWX-Z│*│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
    ! operator               Literal Character Operator (!)
                             C-Style Comparison Operators
    != operator              C-Style Comparison Operators
    $ value                  Current Offset ($) Value
    % operator               Expression Operator (%)
    & operator               Substitution Operator (&)
    * operator               Arithmetic Operators
    + operator               Arithmetic Operators
    - operator               Arithmetic Operators
    . operator               Structure Field Reference Operator (.)
    / operator               Arithmetic Operators
    16-bit expressions       EXPR16
   .186 directive            Enable 80186 Processor Instructions
   .286 directive            Enable 80286 Processor Instructions
   .286P directive           Enable Privileged 286 Processor Instructions
   .287 directive            Enable 80287 Coprocessor Instructions
    32-bit expressions       EXPR32
   .386 directive            Enable 80386 Processor Instructions
   .386P directive           Enable Privileged 386 Processor Instructions
   .387 directive            Enable 80387 Coprocessor Instructions
   .486 directive            Enable 80486 Processor Instructions
   .486P directive           Enable Privileged 486 Processor Instructions
   .8086 directive           Enable 8086/88 Processor Instructions
   .8087 directive           Enable 8087 Coprocessor Instructions
    : operator               Segment Override Operator (:)
    :/:: punctuation         Labeling Punctuation (:/::)
    ;/;; punctuation         Comment Delimiter (;/;;)
    <= operator              C-Style Comparison Operators
    <> punctuation           Literal Text Punctuation (<>)
    = directive              Redefinable Numeric Equate
    == operator              C-Style Comparison Operators
    >= operator              C-Style Comparison Operators
    ? initializer            Uninitialized Value (?)
    @@ label                 Local Code Labels
    [] punctuation           Index Punctuation ([])
    \punctuation             Line-Continuation (\) Punctuation
    {} punctuation           Declare Record ({}) Operator
    || operator              C-Style Comparison Operators
                                    -♦-