This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SFR addressing question

Where as all defined SFR's (IE ones that aren't reserved) fit within the range of S:080-S:0FF. So (considering the available IP variants) how can one address or even access S:000-S:07F or S:100-S:1FF? There doesn't appear to be a mechanism listed in the manuals I've looked at (IE the only instructions that can access the SFR's are direct 8bit address byte instructions and they have the range of S:080-S:0FF).
Am I missing something or does that sum up the fact although said to exist no SFR's can be really addressed beyond the MCS51 range in the MCS251 architecture?

Stephen

Parents
  • From what I recall of the 251 (I was at Keil when we started working with Intel on tools for it), Intel never specified a way to access these "extended" SFRs. There was no instruction in the instruction set for it and none were ever defined. After the 80C251Sx and the 930 devices, Intel gave up on further 251 development.

    Jon

Reply
  • From what I recall of the 251 (I was at Keil when we started working with Intel on tools for it), Intel never specified a way to access these "extended" SFRs. There was no instruction in the instruction set for it and none were ever defined. After the 80C251Sx and the 930 devices, Intel gave up on further 251 development.

    Jon

Children