Question: Assignment 3 -- This assignment relates to the 18F85K22 PIC chip. (microcontroller) 1. For the following section of program code, fill the actual Ram address
Assignment 3 -- This assignment relates to the 18F85K22 PIC chip. (microcontroller)
1. For the following section of program code, fill the actual Ram address that is loaded with W. Fill in the full 12-bit value if the Banks are selected. The a field selects how Ram is accessed.
a. MOVLB 0x0
MOVWF PCL,0 Bank address-_________ f address-______________
b. MOVLB 0x5
MOVWF STATUS,1 Bank address-_________ f address-______________
c. MOVLB 0x3
MOVWF 0xFEE,0 Bank address-_________ f address-______________
d MOVLB 0xF
MOVWF 0xFEE,1 Bank address-_________ f address-______________
2. What are the power-on reset values for the following SFR registers?
TRISC ________________________
PORTD ________________________
SSPCON1 ________________________
IPR1 ________________________
3. Explain what happens in the microcontroller when the following instructions are executed;
RETURN
RETFIE -
CALL SUB2-
GOTO NEXT-
4. What are the addresses of the following SFR (special function registers)? Full 12-bit values.
RCON _____________
TXREG _____________
EEADR _____________
PRODL _____________
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
