1@c Copyright 2002 2@c Free Software Foundation, Inc. 3@c This is part of the GAS manual. 4@c For copying conditions, see the file as.texinfo. 5@ifset GENERIC 6@page 7@node IP2K-Dependent 8@chapter IP2K Dependent Features 9@end ifset 10@ifclear GENERIC 11@node Machine Dependencies 12@chapter IP2K Dependent Features 13@end ifclear 14 15@cindex IP2K support 16@menu 17* IP2K-Opts:: IP2K Options 18@end menu 19 20@node IP2K-Opts 21@section IP2K Options 22 23@cindex options, IP2K 24@cindex IP2K options 25 26The Ubicom IP2K version of @code{@value{AS}} has a few machine 27dependent options: 28 29@table @code 30@item -mip2022ext 31@cindex @samp{-mip2022ext} option, IP2022 32@cindex architecture options, IP2022 33@cindex IP2K architecture options 34@code{@value{AS}} can assemble the extended IP2022 instructions, but 35it will only do so if this is specifically allowed via this command 36line option. 37 38@item -mip2022 39@cindex @samp{-mip2022} option, IP2K 40@cindex architecture options, IP2K 41@cindex IP2K architecture options 42This option restores the assembler's default behaviour of not 43permitting the extended IP2022 instructions to be assembled. 44 45 46@end table 47