1 @c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
2 @c Free Software Foundation, Inc.
3 @c This is part of the GAS manual.
4 @c For copying conditions, see the file as.texinfo.
9 @chapter MT Dependent Features
13 @node Machine Dependencies
14 @chapter MS1 Dependent Features
19 * MT Options:: Options
25 @cindex MT options (none)
26 @cindex options for MT (none)
30 @cindex @code{-march=} command line option, MT
31 @item -march=@var{processor}
32 This option specifies the target processor. The assembler will issue an
33 error message if an attempt is made to assemble an instruction which
34 will not execute on the target processor. The following processor names are
41 @cindex @code{-nosched} command line option, MT
43 This option disables scheduling restriction checking.
50 * MT-Chars:: Special Characters
54 @subsection Special Characters
56 @cindex line comment character, MT
57 @cindex MT line comment character
58 The presence of a @samp{;} appearing anywhere on a line indicates the
59 start of a comment that extends to the end of that line.
61 If a @samp{#} appears as the first character of a line then the whole
62 line is treated as a comment, but in this case the line can also be a
63 logical line number directive (@pxref{Comments}) or a preprocessor
64 control command (@pxref{Preprocessing}).
66 @cindex line separator, MT
67 @cindex statement separator, MT
68 @cindex MT line separator
69 The MT assembler does not currently support a line separator