Chapter 9 XGATE (S12XGATEV2)
MC9S12XDP512 Data Sheet, Rev. 2.11
408 Freescale Semiconductor

Operation

RS1 + RS2RDRD + IMM16 RD (translates to ADDL RD, #IMM16[7:0]; ADDH RD, #[15:8])

Performs a 16-bit addition and stores the result in the destination register RD.

CCR Effects

Code and CPU Cycles

ADD Add without Carry ADD
NZVC
∆∆∆∆
N: Set if bit 15 of the result is set; cleared otherwise.
Z: Set if the result is $0000; cleared otherwise.
V: Set if a two´s complement overflow resulted from the operation; cleared otherwise.
RS1[15] & RS2[15] & RD[15]new | RS1[15] & RS2[15] & RD[15]new
RD[15]old & IMM16[15] & RD[15]new | RD[15]old & IMM16[15] & RD[15]new
C: Set if there is a carry from bit 15 of the result; cleared otherwise.
RS1[15] & RS2[15] | RS1[15] & RD[15]new | RS2[15] & RD[15]new
RD[15]old & IMM16[15] | RD[15]old & RD[15]new | IMM16[15] & RD[15]new
Source Form Address
Mode Machine Code Cycles
ADD RD, RS1, RS2 TRI 0 0 0 1 1 RD RS1 RS2 1 0 P
ADD RD, #IMM16 IMM8 1 1 1 0 0 RD IMM16[7:0] P
IMM8 1 1 1 0 1 RD IMM16[15:8] P