Updated Swedish translation for the gas sub-directory
[deliverable/binutils-gdb.git] / gas / doc / c-microblaze.texi
index f1321df2793b6c92eaea879607f6506cd4594039..5c6a5038bb5bff6c81b77a35f72fb18b8c85736d 100644 (file)
@@ -1,5 +1,4 @@
-@c Copyright 2009, 2011
-@c Free Software Foundation, Inc.
+@c Copyright (C) 2009-2020 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
@@ -13,9 +12,9 @@
 @end ifclear
 
 @cindex MicroBlaze architectures
-The Xilinx MicroBlaze processor family includes several variants, all using 
-the same core instruction set.  This chapter covers features of the @sc{gnu} 
-assembler that are specific to the MicroBlaze architecture.  For details about 
+The Xilinx MicroBlaze processor family includes several variants, all using
+the same core instruction set.  This chapter covers features of the @sc{gnu}
+assembler that are specific to the MicroBlaze architecture.  For details about
 the MicroBlaze instruction set, please see the @cite{MicroBlaze Processor
 Reference Guide (UG081)} available at www.xilinx.com.
 
@@ -27,28 +26,28 @@ Reference Guide (UG081)} available at www.xilinx.com.
 
 @node MicroBlaze Directives
 @section Directives
-@cindex MicroBlaze directives 
-A number of assembler directives are available for MicroBlaze. 
+@cindex MicroBlaze directives
+A number of assembler directives are available for MicroBlaze.
 
 @table @code
 @item .data8 @var{expression},...
-This directive is an alias for @code{.byte}. Each expression is assembled 
+This directive is an alias for @code{.byte}. Each expression is assembled
 into an eight-bit value.
 
 @item .data16 @var{expression},...
-This directive is an alias for @code{.hword}. Each expression is assembled 
+This directive is an alias for @code{.hword}. Each expression is assembled
 into an 16-bit value.
 
 @item .data32 @var{expression},...
-This directive is an alias for @code{.word}. Each expression is assembled 
+This directive is an alias for @code{.word}. Each expression is assembled
 into an 32-bit value.
 
 @item .ent @var{name}[,@var{label}]
-This directive is an alias for @code{.func} denoting the start of function 
-@var{name} at (optional) @var{label}.  
+This directive is an alias for @code{.func} denoting the start of function
+@var{name} at (optional) @var{label}.
 
 @item .end @var{name}[,@var{label}]
-This directive is an alias for @code{.endfunc} denoting the end of function 
+This directive is an alias for @code{.endfunc} denoting the end of function
 @var{name}.
 
 @item .gpword @var{label},...
This page took 0.037535 seconds and 4 git commands to generate.