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

  .8086

    Enables the assembly of 8086 (8088) instructions, while disabling the
    assembly of instructions specific to the 80186 and 80286.

       Notes:     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 instruction set.

                  If no instruction set directives are specified, .8086
                  and .8087 are used.

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

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