1@c Copyright 1999, 2002 Free Software Foundation, Inc.
2@c This is part of the GAS manual.
3@c For copying conditions, see the file as.texinfo.
4@page
5@node PJ-Dependent
6@chapter picoJava Dependent Features
7
8@cindex PJ support
9@menu
10* PJ Options::              Options
11@end menu
12
13@node PJ Options
14@section Options
15
16@cindex PJ options
17@cindex options, PJ
18@code{@value{AS}} has two additional command-line options for the picoJava
19architecture.
20@table @code
21@item -ml
22This option selects little endian data output.
23
24@item -mb
25This option selects big endian data output.
26@end table
27
28
29