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>.286c enable real mode 80286 instructions masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.286c            Enable Real Mode 80286 Instructions           MASM Directive

  .286c

    Enables assembly of 80286 real mode instructions, as well as 8086 and
    80186 instructions (80186 instructions are identical to 80286 real
    mode instructions).

       Notes:     This directive should be used for programs that execute
                  only on an 80286 (or 80386) in real mode.

                  Place all Instruction set directives at the beginning of
                  the source file to insure that all instructions in the
                  file are assembled using the same microprocessor
                  instruction set.

                  See .286p for a directive which will generate code for
                  the protected mode of the 80286.

See Also: .286p .186 .8086 .287 .8087

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