STM8 "Bit Test and Jump" Befehle
Funktion
Mnemonic
Beispiel
OP-Code
Bit Test, relative Jump if false
BTJF
BTJF $1234,#1,label
72 0n ww bb n=01 + 2*bit
Bit Test, relative Jump if true
BTJT
BTJT $1234,#1,label
72 0n ww bb n=00 + 2*bit