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>masm51 enable masm 5.1 enhancements tasm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MASM51           Enable MASM 5.1 Enhancements                  TASM Directive

  MASM51

     This directive enables a number of MASM 5.1 enhancements that are
     not usually available in TASM. These enhancemnts are:

                o  You can use the SUBSTR, CATSTR, SIZESTR, and INSTR
                   directives.
                o  You can continue long lines can be continued with a
                   backslash, (\).

     If you also give the QUIRKS directive, these further enhancements are
     added:

                o  You can define local labels with @@ and refer to them
                   with @F or @B.
                o  You can redefine variables inside PROCs.
                o  Extended model PROCs become PUBLIC.

       Notes:     The opposite directive is NOMASM51.

See Also: MASM NOMASM51 QUIRKS

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