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>warn enable warning(s) tasm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WARN             Enable Warning(s)                            TASM Directive

   WARN [WarningClass]

     This directive enables certain TASM warnings. If you use it without
     specifying a WarningClass, all warnings are enabled. The allowed
     WarningClasses are:

                ALN     Segment Alignment
                ASS     Assumes Segment is 16 bit
                BRK     Brackets Needed
                ICG     Isufficient Code Generation
                LCO     Local Counter Overflow
                OPI     Open If Conditional
                OPP     Open Procedure
                OPS     Open Segment
                OVF     Arithmetic Overflow
                PDC     Pass-dependent Construction
                PRO     Memory Write in Protected Mode Requires CS Override
                PQK     Assuming Constant for [const]
                RES     Reserved Word
                TPI     Turbo Pascal Illegal Warning

       Notes:     The opposite directive is NOWARN.

See Also: NOWARN

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