1 @c Copyright (C) 1999-2016 Free Software Foundation, Inc.
2 @c This is part of the GAS manual.
3 @c For copying conditions, see the file as.texinfo.
6 @chapter picoJava Dependent Features
10 * PJ Options:: Options
11 * PJ Syntax:: PJ Syntax
19 @code{@value{AS}} has two additional command-line options for the picoJava
23 This option selects little endian data output.
26 This option selects big endian data output.
32 * PJ-Chars:: Special Characters
36 @subsection Special Characters
38 @cindex line comment character, PJ
39 @cindex PJ line comment character
40 The presence of a @samp{!} or @samp{/} on a line indicates the start
41 of a comment that extends to the end of the current line.
43 If a @samp{#} appears as the first character of a line then the whole
44 line is treated as a comment, but in this case the line could also be
45 a logical line number directive (@pxref{Comments}) or a preprocessor
46 control command (@pxref{Preprocessing}).
48 @cindex line separator, PJ
49 @cindex statement separator, PJ
50 @cindex PJ line separator
51 The @samp{;} character can be used to separate statements on the same