as: M68K-Directives

1 
1 9.23.5 680x0 Machine Directives
1 -------------------------------
1 
1 In order to be compatible with the Sun assembler the 680x0 assembler
1 understands the following directives.
1 
1 '.data1'
1      This directive is identical to a '.data 1' directive.
1 
1 '.data2'
1      This directive is identical to a '.data 2' directive.
1 
1 '.even'
1      This directive is a special case of the '.align' directive; it
1      aligns the output to an even byte boundary.
1 
1 '.skip'
1      This directive is identical to a '.space' directive.
1 
1 '.arch NAME'
1      Select the target architecture and extension features.  Valid
1      values for NAME are the same as for the '-march' command line
1      option.  This directive cannot be specified after any instructions
1      have been assembled.  If it is given multiple times, or in
1      conjunction with the '-march' option, all uses must be for the same
1      architecture and extension set.
1 
1 '.cpu NAME'
1      Select the target cpu.  Valid values for NAME are the same as for
1      the '-mcpu' command line option.  This directive cannot be
1      specified after any instructions have been assembled.  If it is
1      given multiple times, or in conjunction with the '-mopt' option,
1      all uses must be for the same cpu.
1