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 19DescriptionThis is an instruction prefix. Causes the instruction immediately following to affect the alternate flags, or usethe alternate registers for the destination of the data, or both. For some instructions ALTD causes specialalternate register uses, unique to that instruction. This instruction is implemented for the Rabbit and is notavailable for the Z180ExampleThe instructionALTD ADD HL,DEwould add the data in word register DE to the data in word register HL and store the result in the alternateword register HL'.The instructionsALTD LD DE,BCandLD DE',BCboth load the data in word register BC into the alternate word register DE'.ALTDOpcode Instruction Clocks Operation76 ALTD 2 [Sets alternate registerdestination for followinginstruction.]Flags ALTD I/OS Z L/V C F R SP S D- - - -
PreviousNext |