SUBSTR Generate a substring Macro Directive
name SUBSTR string, pos [,size] ; Ideal or MASM51 mode
Defines a new text macro consisting of characters from string,
starting at pos, with a length of size. All the remaining characters
in string, starting from pos, are assigned to name if size is not
specified. The first character in string has position 1.