as: XGATE-Opts

1 
1 9.53.1 XGATE Options
1 --------------------
1 
1 The Freescale XGATE version of 'as' has a few machine dependent options.
1 
1 '-mshort'
1      This option controls the ABI and indicates to use a 16-bit integer
1      ABI. It has no effect on the assembled instructions.  This is the
1      default.
1 
1 '-mlong'
1      This option controls the ABI and indicates to use a 32-bit integer
1      ABI.
1 
1 '-mshort-double'
1      This option controls the ABI and indicates to use a 32-bit float
1      ABI. This is the default.
1 
1 '-mlong-double'
1      This option controls the ABI and indicates to use a 64-bit float
1      ABI.
1 
1 '--print-insn-syntax'
1      You can use the '--print-insn-syntax' option to obtain the syntax
1      description of the instruction when an error is detected.
1 
1 '--print-opcodes'
1      The '--print-opcodes' option prints the list of all the
1      instructions with their syntax.  Once the list is printed 'as'
1      exits.
1