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
|
100 Rabbit 2000/3000 MicroprocessorDescriptionPerforms a logical OR between the data in HL and the data in DE. The relative bits of each byte are compared(i.e., the bit 1 of both bytes are compared, the bit 2 of both bytes are compared, etc.) and the associated bit inthe result byte is set if either of the compared bits is set. The result is stored in HL.OR HL,DEOpcode Instruction Clocks OperationEC OR HL,DE 2 HL = HL | DEFlags ALTD I/OS Z L/V C F R SP S D• • L 0 • •
PreviousNext |