Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Current Source Filename Macro
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   @Interface
 
  See also: .MODEL, OPTION LANGUAGE:
 
  Description:
 
     Predefined equate returning a byte-size bit flag describing the
     current language and operating-system types.
 
       Bits 0-2          Bit 7
 
       000   Reserved     0   MS-DOS or Windows
       001   C            1   OS/2
       010   SYSCALL
       011   STDCALL
       100   Pascal
       101   FORTRAN
       110   Basic
       111   Reserved
 
     All other bits are reserved for future use, and their values are
     undefined.
                                    -♦-