as: TIC54X-Opts

1 
1 9.45.1 Options
1 --------------
1 
1 The TMS320C54X version of 'as' has a few machine-dependent options.
1 
1    You can use the '-mfar-mode' option to enable extended addressing
1 mode.  All addresses will be assumed to be > 16 bits, and the
1 appropriate relocation types will be used.  This option is equivalent to
1 using the '.far_mode' directive in the assembly code.  If you do not use
1 the '-mfar-mode' option, all references will be assumed to be 16 bits.
1 This option may be abbreviated to '-mf'.
1 
1    You can use the '-mcpu' option to specify a particular CPU. This
1 option is equivalent to using the '.version' directive in the assembly
11 code.  For recognized CPU codes, see ⇒(as)The default CPU version is '542'  The default CPU version is '542'.
1 
1    You can use the '-merrors-to-file' option to redirect error output to
1 a file (this provided for those deficient environments which don't
1 provide adequate output redirection).  This option may be abbreviated to
1 '-me'.
1