Chapter 9 XGATE (S12XGATEV2)
MC9S12XDP512 Data Sheet, Rev. 2.11
410 Freescale Semiconductor
Operation
RD + $00:IMM8RD
Adds the content of register RD and an unsigned immediate 8-Bit constant using binary addition and stores
the result in the destination register RD. This instruction must be used first for a 16-bit immediate addition
in conjunction with the ADDH instruction.
CCR Effects
Code and CPU Cycles
ADDL Add Immediate 8-Bit Constant
(Low Byte) ADDL
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 8-bit operation; cleared otherwise.
RD[15]old & RD[15]new
C: Set if there is a carry from bit 7 to bit 8 of the result; cleared otherwise.
RD[15]old & RD[15]new
Source Form Address
Mode Machine Code Cycles
ADDL RD, #IMM8 IMM8 1 1 1 0 0 RD IMM8 P