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