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>substr generate a substring directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SUBSTR           Generate a Substring                               Directive

  name SUBSTR string, position [,size]

     You use SUBSTR to make a substring out of string. The label
     name is assigned a substring of string which starts at
     position and is size characters long.

       Notes:     If you do not give a value for size, all characters
                  from position to the end of string are used.

See Also: CATSTR INSTR SIZESTR

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