Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->ANI
ANI yy AND Immediate with Accumulator
A <- A 'and' yy
Flags
| S | Set if result -ve, else cleared |
| Z | Set if result zero, else cleared |
| AC | Set always (8085) |
| P | Set if parity even else cleared |
| C | Cleared |
| No of bytes | Cycles | |
| 8085 | 8080A | |
| 2 | 7 | 7 |