Podcast
Questions and Answers
What is the size of the program memory in the PIC 16F877 chip?
What is the size of the program memory in the PIC 16F877 chip?
Which section of memory in the PIC 16F877 chip is used to store non-volatile data?
Which section of memory in the PIC 16F877 chip is used to store non-volatile data?
In which bank is the default location for user access in the PIC 16F877 chip?
In which bank is the default location for user access in the PIC 16F877 chip?
Which addressing mode in PIC MCUs uses a number or constant as the operand?
Which addressing mode in PIC MCUs uses a number or constant as the operand?
Signup and view all the answers
How many bytes does each bank in the special function register file (SFR) of the PIC 16F877 chip contain?
How many bytes does each bank in the special function register file (SFR) of the PIC 16F877 chip contain?
Signup and view all the answers
Which registers are available in all banks of the PIC 16F877 chip, making them accessible at any time?
Which registers are available in all banks of the PIC 16F877 chip, making them accessible at any time?
Signup and view all the answers
Which addressing mode deals with data that is immediate after the opcode?
Which addressing mode deals with data that is immediate after the opcode?
Signup and view all the answers
Which addressing mode deals with registers and the data they hold?
Which addressing mode deals with registers and the data they hold?
Signup and view all the answers
Which addressing mode involves addressing a memory location directly?
Which addressing mode involves addressing a memory location directly?
Signup and view all the answers
Which addressing mode is done through a 9-bit address and is obtained by connecting the 7th bit of the address?
Which addressing mode is done through a 9-bit address and is obtained by connecting the 7th bit of the address?
Signup and view all the answers
Which register is used for indirect or indexed addressing of the other file registers, particularly the GPRs?
Which register is used for indirect or indexed addressing of the other file registers, particularly the GPRs?
Signup and view all the answers
Which register actually addresses the register whose address is contained in the FSR register?
Which register actually addresses the register whose address is contained in the FSR register?
Signup and view all the answers
What does the MOVLW instruction mean in English?
What does the MOVLW instruction mean in English?
Signup and view all the answers
What type of register is W, and how many bits does it have?
What type of register is W, and how many bits does it have?
Signup and view all the answers
'Move The C' instruction is represented by which opcode?
'Move The C' instruction is represented by which opcode?
Signup and view all the answers
'FSR' stands for which of the following?
'FSR' stands for which of the following?
Signup and view all the answers