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

  .186

    Enables assembly of 80186 instructions, as well as 8086 instructions.

       Notes:     This directive should only be used for programs which
                  will only run on 80186 systems.

                  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 Also: .286c .286p .8086 .8087 .287

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