xref: /dflybsd-src/contrib/binutils-2.27/gas/doc/c-pj.texi (revision e656dc90e3d65d744d534af2f5ea88cf8101ebcf)
1*a9fa9459Szrj@c Copyright (C) 1999-2016 Free Software Foundation, Inc.
2*a9fa9459Szrj@c This is part of the GAS manual.
3*a9fa9459Szrj@c For copying conditions, see the file as.texinfo.
4*a9fa9459Szrj@page
5*a9fa9459Szrj@node PJ-Dependent
6*a9fa9459Szrj@chapter picoJava Dependent Features
7*a9fa9459Szrj
8*a9fa9459Szrj@cindex PJ support
9*a9fa9459Szrj@menu
10*a9fa9459Szrj* PJ Options::              Options
11*a9fa9459Szrj* PJ Syntax::               PJ Syntax
12*a9fa9459Szrj@end menu
13*a9fa9459Szrj
14*a9fa9459Szrj@node PJ Options
15*a9fa9459Szrj@section Options
16*a9fa9459Szrj
17*a9fa9459Szrj@cindex PJ options
18*a9fa9459Szrj@cindex options, PJ
19*a9fa9459Szrj@code{@value{AS}} has two additional command-line options for the picoJava
20*a9fa9459Szrjarchitecture.
21*a9fa9459Szrj@table @code
22*a9fa9459Szrj@item -ml
23*a9fa9459SzrjThis option selects little endian data output.
24*a9fa9459Szrj
25*a9fa9459Szrj@item -mb
26*a9fa9459SzrjThis option selects big endian data output.
27*a9fa9459Szrj@end table
28*a9fa9459Szrj
29*a9fa9459Szrj@node PJ Syntax
30*a9fa9459Szrj@section PJ Syntax
31*a9fa9459Szrj@menu
32*a9fa9459Szrj* PJ-Chars::                Special Characters
33*a9fa9459Szrj@end menu
34*a9fa9459Szrj
35*a9fa9459Szrj@node PJ-Chars
36*a9fa9459Szrj@subsection Special Characters
37*a9fa9459Szrj
38*a9fa9459Szrj@cindex line comment character, PJ
39*a9fa9459Szrj@cindex PJ line comment character
40*a9fa9459SzrjThe presence of a @samp{!} or @samp{/} on a line indicates the start
41*a9fa9459Szrjof a comment that extends to the end of the current line.
42*a9fa9459Szrj
43*a9fa9459SzrjIf a @samp{#} appears as the first character of a line then the whole
44*a9fa9459Szrjline is treated as a comment, but in this case the line could also be
45*a9fa9459Szrja logical line number directive (@pxref{Comments}) or a preprocessor
46*a9fa9459Szrjcontrol command (@pxref{Preprocessing}).
47*a9fa9459Szrj
48*a9fa9459Szrj@cindex line separator, PJ
49*a9fa9459Szrj@cindex statement separator, PJ
50*a9fa9459Szrj@cindex PJ line separator
51*a9fa9459SzrjThe @samp{;} character can be used to separate statements on the same
52*a9fa9459Szrjline.
53