Contents - Table Of Contents
- Table Of Contents
- Table Of Contents
- Table Of Contents
- Table Of Contents
- Table Of Contents
- Document Conventions
- Processor Registers
- OpCode Descriptions
- ADC HL,ss
- ADD A,(HL)
- ADD HL,ss
- ADD IX,xx
- ADD SP,d
- ALTD
- AND (HL)
- AND HL,DE
- BIT b,(HL)
- CP (IX+d)
- DEC (HL)
- EX (SP),HL
- EX (SP),IX
- EX AF,AF
- EX DE,HL
- IDET
- INC (HL)
- IPSET
- IPRES
- LCALL x,mn
- LD (BC),A
- LD (HL+d),HL
- LD (IX+d),r
- LD (IY+d),HL
- LD (mn),A
- LD (SP+n),IX
- LD A,(mn)
- LD A,EIR
- LD A,XPC
- LD dd,(mn)
- LD dd',BC
- LD dd,mn
- LD EIR,A
- LD HL,(mn)
- LD HL,(SP+n)
- LD HL,IX
- LD IX,(mn)
- LD IX,(SP+n)
- LD IX,mn
- LD IY,(mn)
- LD IY,(SP+n)
- LD r,(HL)
- LD SP,IY
- LD XPC,A
- LDDR
- LDISR
- LDP (HL),HL
- LDP (mn),HL
- LDP HL,(HL)
- LDP HL,(mn)
- LJP x,mn
- LRET
- LSDDR
- OR (IX+d)
- OR HL,DE
- OR IX,DE
- RDMODE
- 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)
- SETUSR
- SLA (HL)
- SRA (HL)
- SRL (HL)
- SUB (HL)
- SURES
- SYSCALL
- XOR (HL)
- Opcode Map
- Quick Reference Table
- Notice to Users
|
66 Rabbit 2000/3000 MicroprocessorDescription• LD (SP+n),HL: Loads the data in the L into the memory location whose address is the sumof the data in SP and the displacement n. Then loads the data in the H into the memory locationwhose address is the sum of the data in SP, the displacement n, and 1.• LD (SP+n),IX: Loads the low order byte of the data in IX into the memory location whoseaddress is the sum of the data in SP and the displacement n. Then loads the high order byte of thedata in IX into the memory location whose address is the sum of data in SP, the displacement n,and 1.• LD (SP+n),IY: Loads the low order byte of the data in IY into the memory location whoseaddress is the sum of the data in SP and the displacement n. Then loads the high order byte of thedata in IY into the memory location whose address is the sum of data in SP, the displacement n,and 1.LD (SP+n),HLLD (SP+n),IXLD (SP+n),IYOpcode Instruction Clocks OperationD4 n LD (SP+n),HL 11 (2,2,1,3,3) (SP + n) = L; (SP + n + 1) = HDD D4 n LD (SP+n),IX 13 (2,2,2,1,3,3) (SP + n) = IX (low);(SP + n + 1) = IX (high)FD D4 n LP (SP+n),IY 13 (2,2,2,1,3,3) (SP + n) = IY (low);(SP + n + 1) = IY (high)Flags ALTD I/OS Z L/V C F R SP S D- - - -
PreviousNext |