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

  .287

    Enables assembly of 80287 instructions.

       Notes:     See the description of .8087 for more information on
                  using this directive.

                  This directive should be used by programs that use
                  floating-point operations and only run on an 80286
                  system.

                  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.

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

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