LD IX,(SP+n) Load Rabbit 2000/3000/4000 Instruction Opcode Instruction Clocks Operation DD C4 n LD IX,(SP+n) 11 (2,2,2,1,2,2) IXlow = (SP + n) IXhigh = (SP + n + 1) Flags ALTD IOI/IOE S Z L/V C F R SP S D - - - - Description Loads IX with the data whose address is the sum of SP and the 8-bit unsigned constant n.
DD C4 n
LD IX,(SP+n)
11 (2,2,2,1,2,2)
IXlow = (SP + n) IXhigh = (SP + n + 1)
Loads IX with the data whose address is the sum of SP and the 8-bit unsigned constant n.