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 81DescriptionLoads the Interrupt Priority register, IP, with the data whose address is in the Stack Pointer, SP. Then loadsthe low order byte of the Program Counter, PC, with the data whose address is 1 higher than the data in SPand loads the high order byte of the PC with the data whose address is two higher than the data in the SP. Thedata in the SP is then incremented three times. This privileged instruction was implemented for the Rabbitand is not available for the Z180.RETIOpcode Instruction Clocks OperationED 4D RETI 12 (2,2,1,2,2,2,1) IP = (SP); PC (low) = (SP+1);PC (high) = (SP + 2); SP = SP + 3Flags ALTD I/OS Z L/V C F R SP S D- - - -
PreviousNext |