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>catstr concatenate strings directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CATSTR           Concatenate Strings                                Directive

  name CATSTR string1, string2...

     CATSTR can concatenate several strings into one. name is the name of
     the final string. Strings may be:

                o  A string inside angle brackets, <>.
                o  An already defined text macro
                o  A numeric string substitution that starts with %.

See Also: SUBSTR INSTR SIZESTR

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