|
|
0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
A
|
B
|
C
|
D
|
E
|
F
|
|
0
|
rlc (ix+d),b
- Opcode
- DD CB d 00
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0. The result is then stored in B.
|
rlc (ix+d),c
- Opcode
- DD CB d 01
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0. The result is then stored in C.
|
rlc (ix+d),d
- Opcode
- DD CB d 02
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0. The result is then stored in D.
|
rlc (ix+d),e
- Opcode
- DD CB d 03
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0. The result is then stored in E.
|
rlc (ix+d),h
- Opcode
- DD CB d 04
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0. The result is then stored in H.
|
rlc (ix+d),l
- Opcode
- DD CB d 05
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0. The result is then stored in L.
|
rlc (ix+d)
- Opcode
- DD CB d 06
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0.
|
rlc (ix+d),a
- Opcode
- DD CB d 07
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and bit 0. The result is then stored in A.
|
rrc (ix+d),b
- Opcode
- DD CB d 08
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7. The result is then stored in B.
|
rrc (ix+d),c
- Opcode
- DD CB d 09
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7. The result is then stored in C.
|
rrc (ix+d),d
- Opcode
- DD CB d 0A
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7. The result is then stored in D.
|
rrc (ix+d),e
- Opcode
- DD CB d 0B
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7. The result is then stored in E.
|
rrc (ix+d),h
- Opcode
- DD CB d 0C
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7. The result is then stored in H.
|
rrc (ix+d),l
- Opcode
- DD CB d 0D
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7. The result is then stored in L.
|
rrc (ix+d)
- Opcode
- DD CB d 0E
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7.
|
rrc (ix+d),a
- Opcode
- DD CB d 0F
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7. The result is then stored in A.
|
|
1
|
rl (ix+d),b
- Opcode
- DD CB d 10
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0. The result is then stored in B.
|
rl (ix+d),c
- Opcode
- DD CB d 11
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0. The result is then stored in C.
|
rl (ix+d),d
- Opcode
- DD CB d 12
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0. The result is then stored in D.
|
rl (ix+d),e
- Opcode
- DD CB d 13
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0. The result is then stored in E.
|
rl (ix+d),h
- Opcode
- DD CB d 14
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0. The result is then stored in H.
|
rl (ix+d),l
- Opcode
- DD CB d 15
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0. The result is then stored in L.
|
rl (ix+d)
- Opcode
- DD CB d 16
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0.
|
rl (ix+d),a
- Opcode
- DD CB d 17
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated left one bit position. The contents of bit 7 are copied to the carry flag and the previous contents of the carry flag are copied to bit 0. The result is then stored in A.
|
rr (ix+d),b
- Opcode
- DD CB d 18
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7. The result is then stored in B.
|
rr (ix+d),c
- Opcode
- DD CB d 19
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7. The result is then stored in C.
|
rr (ix+d),d
- Opcode
- DD CB d 1A
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7. The result is then stored in D.
|
rr (ix+d),e
- Opcode
- DD CB d 1B
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7. The result is then stored in E.
|
rr (ix+d),h
- Opcode
- DD CB d 1C
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7. The result is then stored in H.
|
rr (ix+d),l
- Opcode
- DD CB d 1D
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7. The result is then stored in L.
|
rr (ix+d)
- Opcode
- DD CB d 1E
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7.
|
rr (ix+d),a
- Opcode
- DD CB d 1F
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of the carry flag are copied to bit 7. The result is then stored in A.
|
|
2
|
sla (ix+d),b
- Opcode
- DD CB d 20
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0. The result is then stored in B.
|
sla (ix+d),c
- Opcode
- DD CB d 21
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0. The result is then stored in C.
|
sla (ix+d),d
- Opcode
- DD CB d 22
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0. The result is then stored in D.
|
sla (ix+d),e
- Opcode
- DD CB d 23
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0. The result is then stored in E.
|
sla (ix+d),h
- Opcode
- DD CB d 24
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0. The result is then stored in H.
|
sla (ix+d),l
- Opcode
- DD CB d 25
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0. The result is then stored in L.
|
sla (ix+d)
- Opcode
- DD CB d 26
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0.
|
sla (ix+d),a
- Opcode
- DD CB d 27
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are copied to the carry flag and a zero is put into bit 0. The result is then stored in A.
|
sra (ix+d),b
- Opcode
- DD CB d 28
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged. The result is then stored in B.
|
sra (ix+d),c
- Opcode
- DD CB d 29
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged. The result is then stored in C.
|
sra (ix+d),d
- Opcode
- DD CB d 2A
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged. The result is then stored in D.
|
sra (ix+d),e
- Opcode
- DD CB d 2B
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged. The result is then stored in E.
|
sra (ix+d),h
- Opcode
- DD CB d 2C
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged. The result is then stored in H.
|
sra (ix+d),l
- Opcode
- DD CB d 2D
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged. The result is then stored in L.
|
sra (ix+d)
- Opcode
- DD CB d 2E
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged.
|
sra (ix+d),a
- Opcode
- DD CB d 2F
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and the previous contents of bit 7 are unchanged. The result is then stored in A.
|
|
3
|
sll (ix+d),b
- Opcode
- DD CB d 30
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0. The result is then stored in B.
|
sll (ix+d),c
- Opcode
- DD CB d 31
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0. The result is then stored in C.
|
sll (ix+d),d
- Opcode
- DD CB d 32
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0. The result is then stored in D.
|
sll (ix+d),e
- Opcode
- DD CB d 33
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0. The result is then stored in E.
|
sll (ix+d),h
- Opcode
- DD CB d 34
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0. The result is then stored in H.
|
sll (ix+d),l
- Opcode
- DD CB d 35
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0. The result is then stored in L.
|
sll (ix+d)
- Opcode
- DD CB d 36
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0.
|
sll (ix+d),a
- Opcode
- DD CB d 37
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted left one bit position. The contents of bit 7 are put into the carry flag and a one is put into bit 0. The result is then stored in A.
|
srl (ix+d),b
- Opcode
- DD CB d 38
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7. The result is then stored in B.
|
srl (ix+d),c
- Opcode
- DD CB d 39
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7. The result is then stored in C.
|
srl (ix+d),d
- Opcode
- DD CB d 3A
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7. The result is then stored in D.
|
srl (ix+d),e
- Opcode
- DD CB d 3B
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7. The result is then stored in E.
|
srl (ix+d),h
- Opcode
- DD CB d 3C
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7. The result is then stored in H.
|
srl (ix+d),l
- Opcode
- DD CB d 3D
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7. The result is then stored in L.
|
srl (ix+d)
- Opcode
- DD CB d 3E
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7.
|
srl (ix+d),a
- Opcode
- DD CB d 3F
- Bytes
- 4
- Cycles
- 23
- C
- as defined
- N
- reset
- P/V
- detects parity
- H
- reset
- Z
- as defined
- S
- as defined
- The contents of the memory location pointed to by IX plus d are shifted right one bit position. The contents of bit 0 are copied to the carry flag and a zero is put into bit 7. The result is then stored in A.
|
|
4
|
bit 0,(ix+d)
- Opcode
- DD CB d 40
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 0,(ix+d)
- Opcode
- DD CB d 41
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 0,(ix+d)
- Opcode
- DD CB d 42
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 0,(ix+d)
- Opcode
- DD CB d 43
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 0,(ix+d)
- Opcode
- DD CB d 44
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 0,(ix+d)
- Opcode
- DD CB d 45
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 0,(ix+d)
- Opcode
- DD CB d 46
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 0,(ix+d)
- Opcode
- DD CB d 47
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 0 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 48
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 49
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 4A
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 4B
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 4C
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 4D
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 4E
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
bit 1,(ix+d)
- Opcode
- DD CB d 4F
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 1 of the memory location pointed to by IX plus d.
|
|
5
|
bit 2,(ix+d)
- Opcode
- DD CB d 50
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 2,(ix+d)
- Opcode
- DD CB d 51
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 2,(ix+d)
- Opcode
- DD CB d 52
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 2,(ix+d)
- Opcode
- DD CB d 53
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 2,(ix+d)
- Opcode
- DD CB d 54
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 2,(ix+d)
- Opcode
- DD CB d 55
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 2,(ix+d)
- Opcode
- DD CB d 56
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 2,(ix+d)
- Opcode
- DD CB d 57
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 2 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 58
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 59
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 5A
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 5B
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 5C
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 5D
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 5E
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
bit 3,(ix+d)
- Opcode
- DD CB d 5F
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 3 of the memory location pointed to by IX plus d.
|
|
6
|
bit 4,(ix+d)
- Opcode
- DD CB d 60
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 4,(ix+d)
- Opcode
- DD CB d 61
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 4,(ix+d)
- Opcode
- DD CB d 62
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 4,(ix+d)
- Opcode
- DD CB d 63
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 4,(ix+d)
- Opcode
- DD CB d 64
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 4,(ix+d)
- Opcode
- DD CB d 65
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 4,(ix+d)
- Opcode
- DD CB d 66
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 4,(ix+d)
- Opcode
- DD CB d 67
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 4 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 68
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 69
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 6A
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 6B
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 6C
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 6D
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 6E
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
bit 5,(ix+d)
- Opcode
- DD CB d 6F
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 5 of the memory location pointed to by IX plus d.
|
|
7
|
bit 6,(ix+d)
- Opcode
- DD CB d 70
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 6,(ix+d)
- Opcode
- DD CB d 71
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 6,(ix+d)
- Opcode
- DD CB d 72
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 6,(ix+d)
- Opcode
- DD CB d 73
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 6,(ix+d)
- Opcode
- DD CB d 74
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 6,(ix+d)
- Opcode
- DD CB d 75
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 6,(ix+d)
- Opcode
- DD CB d 76
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 6,(ix+d)
- Opcode
- DD CB d 77
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 6 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 78
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 79
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 7A
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 7B
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 7C
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 7D
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 7E
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
bit 7,(ix+d)
- Opcode
- DD CB d 7F
- Bytes
- 4
- Cycles
- 20
- C
- unaffected
- N
- reset
- P/V
- undefined
- H
- set
- Z
- as defined
- S
- undefined
- Tests bit 7 of the memory location pointed to by IX plus d.
|
|
8
|
res 0,(ix+d),b
- Opcode
- DD CB d 80
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 0,(ix+d),c
- Opcode
- DD CB d 81
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 0,(ix+d),d
- Opcode
- DD CB d 82
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 0,(ix+d),e
- Opcode
- DD CB d 83
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 0,(ix+d),h
- Opcode
- DD CB d 84
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 0,(ix+d),l
- Opcode
- DD CB d 85
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 0,(ix+d)
- Opcode
- DD CB d 86
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d.
|
res 0,(ix+d),a
- Opcode
- DD CB d 87
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 0 of the memory location pointed to by IX plus d. The result is then stored in A.
|
res 1,(ix+d),b
- Opcode
- DD CB d 88
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 1,(ix+d),c
- Opcode
- DD CB d 89
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 1,(ix+d),d
- Opcode
- DD CB d 8A
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 1,(ix+d),e
- Opcode
- DD CB d 8B
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 1,(ix+d),h
- Opcode
- DD CB d 8C
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 1,(ix+d),l
- Opcode
- DD CB d 8D
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 1,(ix+d)
- Opcode
- DD CB d 8E
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d.
|
res 1,(ix+d),a
- Opcode
- DD CB d 8F
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 1 of the memory location pointed to by IX plus d. The result is then stored in A.
|
|
9
|
res 2,(ix+d),b
- Opcode
- DD CB d 90
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 2,(ix+d),c
- Opcode
- DD CB d 91
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 2,(ix+d),d
- Opcode
- DD CB d 92
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 2,(ix+d),e
- Opcode
- DD CB d 93
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 2,(ix+d),h
- Opcode
- DD CB d 94
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 2,(ix+d),l
- Opcode
- DD CB d 95
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 2,(ix+d)
- Opcode
- DD CB d 96
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d.
|
res 2,(ix+d),a
- Opcode
- DD CB d 97
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 2 of the memory location pointed to by IX plus d. The result is then stored in A.
|
res 3,(ix+d),b
- Opcode
- DD CB d 98
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 3,(ix+d),c
- Opcode
- DD CB d 99
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 3,(ix+d),d
- Opcode
- DD CB d 9A
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 3,(ix+d),e
- Opcode
- DD CB d 9B
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 3,(ix+d),h
- Opcode
- DD CB d 9C
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 3,(ix+d),l
- Opcode
- DD CB d 9D
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 3,(ix+d)
- Opcode
- DD CB d 9E
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d.
|
res 3,(ix+d),a
- Opcode
- DD CB d 9F
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 3 of the memory location pointed to by IX plus d. The result is then stored in A.
|
|
A
|
res 4,(ix+d),b
- Opcode
- DD CB d A0
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 4,(ix+d),c
- Opcode
- DD CB d A1
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 4,(ix+d),d
- Opcode
- DD CB d A2
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 4,(ix+d),e
- Opcode
- DD CB d A3
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 4,(ix+d),h
- Opcode
- DD CB d A4
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 4,(ix+d),l
- Opcode
- DD CB d A5
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 4,(ix+d)
- Opcode
- DD CB d A6
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d.
|
res 4,(ix+d),a
- Opcode
- DD CB d A7
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 4 of the memory location pointed to by IX plus d. The result is then stored in A.
|
res 5,(ix+d),b
- Opcode
- DD CB d A8
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 5,(ix+d),c
- Opcode
- DD CB d A9
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 5,(ix+d),d
- Opcode
- DD CB d AA
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 5,(ix+d),e
- Opcode
- DD CB d AB
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 5,(ix+d),h
- Opcode
- DD CB d AC
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 5,(ix+d),l
- Opcode
- DD CB d AD
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 5,(ix+d)
- Opcode
- DD CB d AE
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d.
|
res 5,(ix+d),a
- Opcode
- DD CB d AF
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 5 of the memory location pointed to by IX plus d. The result is then stored in A.
|
|
B
|
res 6,(ix+d),b
- Opcode
- DD CB d B0
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 6,(ix+d),c
- Opcode
- DD CB d B1
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 6,(ix+d),d
- Opcode
- DD CB d B2
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 6,(ix+d),e
- Opcode
- DD CB d B3
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 6,(ix+d),h
- Opcode
- DD CB d B4
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 6,(ix+d),l
- Opcode
- DD CB d B5
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 6,(ix+d)
- Opcode
- DD CB d B6
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d.
|
res 6,(ix+d),a
- Opcode
- DD CB d B7
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 6 of the memory location pointed to by IX plus d. The result is then stored in A.
|
res 7,(ix+d),b
- Opcode
- DD CB d B8
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d. The result is then stored in B.
|
res 7,(ix+d),c
- Opcode
- DD CB d B9
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d. The result is then stored in C.
|
res 7,(ix+d),d
- Opcode
- DD CB d BA
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d. The result is then stored in D.
|
res 7,(ix+d),e
- Opcode
- DD CB d BB
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d. The result is then stored in E.
|
res 7,(ix+d),h
- Opcode
- DD CB d BC
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d. The result is then stored in H.
|
res 7,(ix+d),l
- Opcode
- DD CB d BD
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d. The result is then stored in L.
|
res 7,(ix+d)
- Opcode
- DD CB d BE
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d.
|
res 7,(ix+d),a
- Opcode
- DD CB d BF
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Resets bit 7 of the memory location pointed to by IX plus d. The result is then stored in A.
|
|
C
|
set 0,(ix+d),b
- Opcode
- DD CB d C0
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 0,(ix+d),c
- Opcode
- DD CB d C1
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 0,(ix+d),d
- Opcode
- DD CB d C2
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 0,(ix+d),e
- Opcode
- DD CB d C3
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 0,(ix+d),h
- Opcode
- DD CB d C4
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 0,(ix+d),l
- Opcode
- DD CB d C5
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 0,(ix+d)
- Opcode
- DD CB d C6
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d.
|
set 0,(ix+d),a
- Opcode
- DD CB d C7
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 0 of the memory location pointed to by IX plus d. The result is then stored in A.
|
set 1,(ix+d),b
- Opcode
- DD CB d C8
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 1,(ix+d),c
- Opcode
- DD CB d C9
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 1,(ix+d),d
- Opcode
- DD CB d CA
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 1,(ix+d),e
- Opcode
- DD CB d CB
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 1,(ix+d),h
- Opcode
- DD CB d CC
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 1,(ix+d),l
- Opcode
- DD CB d CD
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 1,(ix+d)
- Opcode
- DD CB d CE
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d.
|
set 1,(ix+d),a
- Opcode
- DD CB d CF
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 1 of the memory location pointed to by IX plus d. The result is then stored in A.
|
|
D
|
set 2,(ix+d),b
- Opcode
- DD CB d D0
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 2,(ix+d),c
- Opcode
- DD CB d D1
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 2,(ix+d),d
- Opcode
- DD CB d D2
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 2,(ix+d),e
- Opcode
- DD CB d D3
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 2,(ix+d),h
- Opcode
- DD CB d D4
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 2,(ix+d),l
- Opcode
- DD CB d D5
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 2,(ix+d)
- Opcode
- DD CB d D6
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d.
|
set 2,(ix+d),a
- Opcode
- DD CB d D7
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 2 of the memory location pointed to by IX plus d. The result is then stored in A.
|
set 3,(ix+d),b
- Opcode
- DD CB d D8
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 3,(ix+d),c
- Opcode
- DD CB d D9
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 3,(ix+d),d
- Opcode
- DD CB d DA
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 3,(ix+d),e
- Opcode
- DD CB d DB
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 3,(ix+d),h
- Opcode
- DD CB d DC
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 3,(ix+d),l
- Opcode
- DD CB d DD
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 3,(ix+d)
- Opcode
- DD CB d DE
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d.
|
set 3,(ix+d),a
- Opcode
- DD CB d DF
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 3 of the memory location pointed to by IX plus d. The result is then stored in A.
|
|
E
|
set 4,(ix+d),b
- Opcode
- DD CB d E0
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 4,(ix+d),c
- Opcode
- DD CB d E1
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 4,(ix+d),d
- Opcode
- DD CB d E2
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 4,(ix+d),e
- Opcode
- DD CB d E3
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 4,(ix+d),h
- Opcode
- DD CB d E4
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 4,(ix+d),l
- Opcode
- DD CB d E5
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 4,(ix+d)
- Opcode
- DD CB d E6
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d.
|
set 4,(ix+d),a
- Opcode
- DD CB d E7
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 4 of the memory location pointed to by IX plus d. The result is then stored in A.
|
set 5,(ix+d),b
- Opcode
- DD CB d E8
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 5,(ix+d),c
- Opcode
- DD CB d E9
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 5,(ix+d),d
- Opcode
- DD CB d EA
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 5,(ix+d),e
- Opcode
- DD CB d EB
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 5,(ix+d),h
- Opcode
- DD CB d EC
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 5,(ix+d),l
- Opcode
- DD CB d ED
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 5,(ix+d)
- Opcode
- DD CB d EE
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d.
|
set 5,(ix+d),a
- Opcode
- DD CB d EF
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 5 of the memory location pointed to by IX plus d. The result is then stored in A.
|
|
F
|
set 6,(ix+d),b
- Opcode
- DD CB d F0
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 6,(ix+d),c
- Opcode
- DD CB d F1
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 6,(ix+d),d
- Opcode
- DD CB d F2
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 6,(ix+d),e
- Opcode
- DD CB d F3
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 6,(ix+d),h
- Opcode
- DD CB d F4
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 6,(ix+d),l
- Opcode
- DD CB d F5
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 6,(ix+d)
- Opcode
- DD CB d F6
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d.
|
set 6,(ix+d),a
- Opcode
- DD CB d F7
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 6 of the memory location pointed to by IX plus d. The result is then stored in A.
|
set 7,(ix+d),b
- Opcode
- DD CB d F8
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d. The result is then stored in B.
|
set 7,(ix+d),c
- Opcode
- DD CB d F9
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d. The result is then stored in C.
|
set 7,(ix+d),d
- Opcode
- DD CB d FA
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d. The result is then stored in D.
|
set 7,(ix+d),e
- Opcode
- DD CB d FB
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d. The result is then stored in E.
|
set 7,(ix+d),h
- Opcode
- DD CB d FC
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d. The result is then stored in H.
|
set 7,(ix+d),l
- Opcode
- DD CB d FD
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d. The result is then stored in L.
|
set 7,(ix+d)
- Opcode
- DD CB d FE
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d.
|
set 7,(ix+d),a
- Opcode
- DD CB d FF
- Bytes
- 4
- Cycles
- 23
- C
- unaffected
- N
- unaffected
- P/V
- unaffected
- H
- unaffected
- Z
- unaffected
- S
- unaffected
- Sets bit 7 of the memory location pointed to by IX plus d. The result is then stored in A.
|