 
Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->DCR
b:# DCR s    Decrement operand s
s <- s - 1
Flags
     
| S | Set if result -ve, else cleared | 
| Z | Set if result zero, else cleared | 
| AC | Set if half carry, else cleared | 
| P | Set if parity even else cleared | 
| C | Not affected | 
| s: | No of bytes | Cycles | |
| 8085 | 8080A | ||
| r | 1 | 4 | 5 | 
| M | 1 | 10 | 10 |