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