diff options
Diffstat (limited to 'gas/doc/c-cr16.texi')
-rw-r--r-- | gas/doc/c-cr16.texi | 49 |
1 files changed, 28 insertions, 21 deletions
diff --git a/gas/doc/c-cr16.texi b/gas/doc/c-cr16.texi index 7f687dc..b996d73 100644 --- a/gas/doc/c-cr16.texi +++ b/gas/doc/c-cr16.texi @@ -1,4 +1,4 @@ -@c Copyright 2007, 2008, 2011 Free Software Foundation, Inc. +@c Copyright 2007-2013 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -44,26 +44,33 @@ Operand expression type qualifier is an optional field in the instruction operan CR16 target operand qualifiers and its size (in bits): @table @samp -@item Immediate Operand -- s ---- 4 bits -@item -- m ---- 16 bits, for movb and movw instructions. -@item -- m ---- 20 bits, movd instructions. -@item -- l ---- 32 bits - -@item Absolute Operand -- s ---- Illegal specifier for this operand. -@item -- m ---- 20 bits, movd instructions. - -@item Displacement Operand -- s ---- 8 bits -@item -- m ---- 16 bits -@item -- l ---- 24 bits +@item Immediate Operand: s +4 bits. + +@item Immediate Operand: m +16 bits, for movb and movw instructions. + +@item Immediate Operand: m +20 bits, movd instructions. + +@item Immediate Operand: l +32 bits. + +@item Absolute Operand: s +Illegal specifier for this operand. + +@item Absolute Operand: m +20 bits, movd instructions. + +@item Displacement Operand: s +8 bits. + +@item Displacement Operand: m +16 bits. + +@item Displacement Operand: l +24 bits. + @end table For example: |