8.3.23 Ttext Option
The -Ttext address
option sets the address of the .text
section.
Use address
as the
starting address for the text segment of the output file. The address
must be a single hexadecimal integer; for
compatibility with other linkers, you may omit the leading 0x
that is
usually associated with hexadecimal values.
Normally the address of this section is specified in a linker script.