Chapter 9 XGATE (S12XGATEV2)
MC9S12XDP512 Data Sheet, Rev. 2.11
Freescale Semiconductor 411
Operation
RS1 & RS2RDRD & IMM16 RD (translates to ANDL RD, #IMM[7:0]; ANDH RD,
#IMM16[15:8])
Performs a bit wise logical AND of two 16-bit values and stores the result in the destination register RD.
Remark: There is no complement to the BITH and BITL functions. This can be imitated by using R0 as a
destination register. AND R0, RS1, RS2 performs a bit wise test without storing a result.
CCR Effects
Code and CPU Cycles
AND Logical AND AND
NZVC
∆∆0—
N: Set if bit 15 of the result is set; cleared otherwise.
Z: Set if the result is $0000; cleared otherwise.
V: 0; cleared.
C: Not affected.
Source Form Address
Mode Machine Code Cycles
AND RD, RS1, RS2 TRI 0 0 0 1 0 RD RS1 RS2 0 0 P
AND RD, #IMM16 IMM8 1 0 0 0 0 RD IMM16[7:0] P
IMM8 1 0 0 0 1 RD IMM16[15:8] P