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>.386c enable real mode 80386 instructions directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.386C            Enable Real Mode 80386 Instructions                Directive

  .386C

     This directive enables real-mode 80386 instructions. It is the same as
     the .386 directive. (.386C is obsolete; it has been replaced by .386).

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

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

See Also: .386 .386P

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