Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>.386p enable all 80386 instructions directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.386P            Enable All 80386 Instructions                      Directive

  .386P

     This directive enables all 80386 instructions, including 80386 protected-
     mode instructions.

       Notes:         You should only use .386P in programs intended to run on
                      an 80386 or more recent microprocessor.

                      Put this directive in your program before you use any
                      80386-specific protected mode instructions.

See Also: .386 .386C

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