Contents - Alphabetical Listing of Instructions
- Table Of Contents
- Table Of Contents
- Table Of Contents
- Table Of Contents
- Document Conventions
- Processor Registers
- OpCode Descriptions
- ADC HL,ss
- ADD HL,ss
- ADD IX,xx
- ALTD
- AND (HL)
- AND HL,DE
- BIT b,(HL)
- CP (IX+d)
- DEC (HL)
- EX (SP),HL
- EX AF,AF
- INC (HL)
- IPSET
- IPRES
- LCALL x,mn
- LD (BC),A
- LD (HL+d),HL
- LD (IX+d),n
- LD (IY+d),n
- LD (mn),A
- LD (SP+n),HL
- LD A,(mn)
- LD A,IIR
- LD dd,(mn)
- LD dd,mn
- LD HL,(mn)
- LD HL,(SP+n)
- LD IX,(mn)
- LD IX,mn
- LD IY,(SP+n)
- LD r,(HL)
- LD SP,HL
- LDDR
- LDP (HL),HL
- LDP (mn),HL
- LDP HL,(HL)
- LDP HL,(mn)
- LJP x,mn
- OR (IY+d)
- OR HL,DE
- RES b,(HL)
- RETI
- RL (IX+d)
- RLC (HL)
- RLCA
- RR (IX+d)
- RRC (HL)
- RRCA
- SBC (IX+d)
- SBC HL,ss
- SET b,(HL)
- SLA (HL)
- SRA (HL)
- SRL (HL)
- SUB (HL)
- XOR (HL)
|
Instruction Reference Manual 47Description• LD (mn),A: Loads the memory location whose address is mn with the data in the Accumula-tor.• LD (mn),HL: Loads the memory location whose address is mn with the data in register L,then loads the memory location whose address is 1 plus mn with the data in register H.• LD (mn),IX: Loads the memory location whose address is mn with the low order byte of thedata in index register IX, and the memory location whose address is 1 plus mn with the highorder byte of the data in IX.• LD (mn),IY: Loads the memory location whose address is mn with the low order byte of thedata in index register IY, the memory location whose address is 1 plus mn with the high orderbyte of the data in IY into.• LD (mn),ss: Loads the memory location whose address is mn with the low order byte of thedata in word register ss (any of the word registers BC, DE, HL or SP). Then, loads the memorylocation whose address is 1 plus mn with the high order byte of the data in word register ss.LD (mn),ALD (mn),HLLD (mn),IXLD (mn),IYLD (mn),ssOpcode Instruction Clocks Operation32 n m LD (mn),A a (mn) = A22 n m LD (mn),HL b (mn) = L; (mn + 1) = HDD 22 n m LD (mn),IX c (mn) = IX (low) ; (mn + 1) = IX (high)FD 22 n m LD (mn),IY c (mn) = IY (low) ; (mn + 1) = IY (high)——ED 43 n mED 53 n mED 63 n mED 73 n mLD (mn),ssLD (mn),BCLD (mn),DELD (mn),HLLD (mn),SPccccc(mn) = ss(low) ; (mn + 1) = ss(high)(mn) = C; (mn + 1) = B(mn) = E; (mn + 1) = D(mn) = L; (mn + 1) = H(mn) = P; (mn + 1) = SClocking: (a)10 (2,2,2,1,3) (b)13 (2,2,2,1,3,3) (c)15 (2,2,2,2,1,3,3)Flags ALTD I/OS Z L/V C F R SP S D- - - - •
PreviousNext |