This is a timed quiz.
You have 3 minutes to complete the 3 questions in this quiz.
Si quisiera hacer un decremento en un registro especifico del microcontrolador que instrucción debería utilizar ?
movlw
decf
decfsz
return
call
La instrucción goto nos sirve para realizar un cambio del banco 0 al banco 1 del microcontrolador?
Con cuales instrucciones puedo setear el bit 3 del puerto B?
bsf PORTB,2
bsf PORTB,3
movlw .4 movwf PORTB
bcf PORTB, 3
bcf PORTB, 2