CLD
From C64-Wiki
CLD (short for "CLear Decimal flag") is the mnemonic for a machine language instruction which clears the decimal flag.
[edit] Addressing mode
| Opcode | Addressing mode | Assembler format | Length in bytes | Number of cycles | |
| Dec | Hex | ||||
| 216 | D8 | Implied | CLD | 1 | 2 |
CLD only supports the Implied addressing mode, as shown in the table at right.
[edit] CPU flags
CLD affects no processor status flags other than the decimal status flag.