Lecture 3 Flashcards
1
Q
Other ways to specific hexadecimals (FF)
A
FF, 0XFF, FFh
2
Q
Other ways to use decimal (24)
A
D’24’, .24
3
Q
Instruction to change one bit
A
BSF/BCF
4
Q
Instruction to check bit and skip
A
BTFSS/BTFSC
5
Q
Instruction to read data on a port
A
MOVF PORTA/PORTB, 0/1