Renesas Renasas Single-Chip Microcomputer SH7086 Manual de usuario Pagina 153

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 308
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 152
135
Chapter 3 Functions
3.2 Functions
eXclusive OR
Exclusive OR
[ Syntax ]
XOR.size src,dest
[ Flag Change ]
[ Selectable src/dest ]
[ Description Example ]
[ Related Instructions ] AND,OR,TST
[ Function ]
XOR XOR
src dest
R0L/R0 R0H/R1 R1L/R2 R1H/R3 R0L/R0 R0H/R1 R1L/R2 R1H/R3
A0/A0
*1
A1/A1
*1
[A0] [A1] A0/A0
*1
A1/A1
*1
[A0] [A1]
dsp:8[A0] dsp:8[A1] dsp:8[SB] dsp:8[FB] dsp:8[A0] dsp:8[A1] dsp:8[SB] dsp:8[FB]
dsp:16[A0] dsp:16[A1] dsp:16[SB] abs16 dsp:16[A0] dsp:16[A1] dsp:16[SB] abs16
dsp:20[A0] dsp:20[A1] abs20 #IMM dsp:20[A0] dsp:20[A1] abs20
R2R0 R3R1 A1A0 R2R0 R3R1 A1A0
XOR.B A0,R0L ; A0s 8 low-order bits and R0L are exclusive ORed.
XOR.B R0L,A0 ; R0L is zero-expanded and exclusive ORed with A0.
XOR.B #3,R0L
XOR.W A0,A1
B , W
[ Operation ]
dest dest src
Flag
Change
UIOBSZDC
Conditions
S : The flag is set when the operation resulted in MSB = 1; otherwise cleared.
Z : The flag is set when the operation resulted in 0; otherwise cleared.
*1 If you specify (.B) for the size specifier (.size), you cannot choose A0 or A1 for
src
and
dest
simulta-
neously.
This instruction exclusive ORs
src
and
dest
together and stores the result in
dest
.
If
dest
is an A0 or A1 when the size specifier (.size) you selected is (.B),
src
is zero-expanded to
perform operation in 16 bits. If
src
is an A0 or A1, operation is performed on the 8 low-order bits of A0
or A1.
[ Instruction Code/Number of Cycles ]
Page=
245
A
Vista de pagina 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 307 308

Comentarios a estos manuales

Sin comentarios