Options -nd and -nt: Set DATA and CODE Segment Names
Options -nd and -nt will set the name of the data/code segments
if simplified segment directives are used. Syntax is:
- -nt=name_of_code
- -nd=name_of_data
The default names are _TEXT for code and _DATA for data.