STM8 "Bit Operation" Befehle
| Funktion | Mnemonic | Beispiel | OP-Code | |
|---|---|---|---|---|
| Copy carry in memory bit | BCCM | BCCM $1234,#1 | 90 fn ww bb n=11 + 2*bit | |
| Complement bit in memory | BCPL | BCPL $1234,#1 | 90 fn ww bb n=10 + 2*bit | |
| Bit reset | BRES | BRES $1234,#1 | 72 fn ww bb n=11 + 2*bit | |
| Bit set | BSET | BSET $1234,#1 | 72 fn ww bb n=10 + 2*bit |