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. 4@page 5@node PJ-Dependent 6@chapter picoJava Dependent Features 7 8@cindex PJ support 9@menu 10* PJ Options:: Options 11* PJ Syntax:: PJ Syntax 12@end menu 13 14@node PJ Options 15@section Options 16 17@cindex PJ options 18@cindex options, PJ 19@code{@value{AS}} has two additional command-line options for the picoJava 20architecture. 21@table @code 22@item -ml 23This option selects little endian data output. 24 25@item -mb 26This option selects big endian data output. 27@end table 28 29@node PJ Syntax 30@section PJ Syntax 31@menu 32* PJ-Chars:: Special Characters 33@end menu 34 35@node PJ-Chars 36@subsection Special Characters 37 38@cindex line comment character, PJ 39@cindex PJ line comment character 40The presence of a @samp{!} or @samp{/} on a line indicates the start 41of a comment that extends to the end of the current line. 42 43If a @samp{#} appears as the first character of a line then the whole 44line is treated as a comment, but in this case the line could also be 45a logical line number directive (@pxref{Comments}) or a preprocessor 46control command (@pxref{Preprocessing}). 47 48@cindex line separator, PJ 49@cindex statement separator, PJ 50@cindex PJ line separator 51The @samp{;} character can be used to separate statements on the same 52line. 53