1 @c Copyright 1999, 2002, 2011 Free Software Foundation, Inc.
2 @c This is part of the GAS manual.
3 @c For copying conditions, see the file as.texinfo.
8 @node Epiphany-Dependent
9 @chapter Epiphany Dependent Features
12 @node Machine Dependencies
13 @chapter Epiphany Dependent Features
16 @cindex Epiphany support
18 * Epiphany Options:: Options
19 * Epiphany Syntax:: Epiphany Syntax
22 @node Epiphany Options
25 @cindex Epiphany options
26 @cindex options, Epiphany
27 @code{@value{AS}} has two additional command-line options for the Epiphany
33 @cindex @code{-mepiphany} command line option, Epiphany
35 Specifies that the both 32 and 16 bit instructions are allowed. This is the
38 @cindex @code{-mepiphany16} command line option, Epiphany
40 Restricts the permitted instructions to just the 16 bit set.
45 @section Epiphany Syntax
47 * Epiphany-Chars:: Special Characters
51 @subsection Special Characters
53 @cindex line comment character, Epiphany
54 @cindex Epiphany line comment character
55 The presence of a @samp{;} on a line indicates the start
56 of a comment that extends to the end of the current line.
58 If a @samp{#} appears as the first character of a line then the whole
59 line is treated as a comment, but in this case the line could also be
60 a logical line number directive (@pxref{Comments}) or a preprocessor
61 control command (@pxref{Preprocessing}).
63 @cindex line separator, Epiphany
64 @cindex statement separator, Epiphany
65 @cindex Epiphany line separator
66 The @samp{`} character can be used to separate statements on the same