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

  .8087

    Enables assembly of 8087 instructions and disables assembly of 80287
    instructions.

       Note:      When using .8087 or .287, include /R or /E on the MASM
                  command line to specify how the assembler is to handle
                  floating-point instructions.  They are defined below:

       /R         Assembler generates actual instruction code for
                  floating-point instructions.

       /E         Assembler generates code that can be used by a floating-
                  point emulation routine.

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

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