Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC MICROCONTROLLER

Status
Not open for further replies.

kellin10

Newbie
Joined
Apr 28, 2021
Messages
5
Helped
1
Reputation
2
Reaction score
0
Trophy points
1
Activity points
38
Hello,

If the operand of the byte-operated instructions has only 7 address bits , how can the PIC16F84A microcontroller point to all the 256 addresses on the two banks in the RAM file registers?
 

Hi,

please be more specific. Which instruction for example?

Klaus
 

its just like a concept so i dont know too im sorry
 

    mani5438

    Points: 2
    Helpful Answer Positive Rating
Hi,

I guess you should read the PIC16F84A instruction set....

Klaus
 

    kellin10

    Points: 2
    Helpful Answer Positive Rating
Data memory is partitioned into two banks which contain the general purpose registers and the special function registers. Bank 0 is selected by clearing theRP0 bit (STATUS<5>). Setting the RP0 bit selects Bank1. Each Bank extends up to 7Fh (128 bytes). The first twelve locations of each Bank are reserved for the Special Function Registers. The remainder are Gen-eral Purpose Registers, implemented as static RAM
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top