Searching \ for '16C57 file registers above 01Fh' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: massmind.org/techref/microchip/devices.htm?key=16C
Search entire site for: '16C57 file registers above 01Fh'.

Truncated match.
PICList Thread
'16C57 file registers above 01Fh'
1994\10\31@175616 by crocontroller discussion list

flavicon
face
Hello PIC users,

       I am using Parallax development tools to program a 16C57 PIC and
I have a perplexing problem.  Even though the 16C57 has register banks
above 01Fh, I keep getting the error message:

"register files must be from 0 - 01Fh"

whenever I assemble code that operates on registers above that range.  What
am I missing?  I did an ORG 08h for the lower registers and an ORG 30h
after my register count got to 01Fh so that I would not encroach on space
between 20h and 2Fh.  My registers are currently assembled from:

       08h to 01Fh
       and
       30h to 3Eh

Any help would be appreciated.

Thanks,

Martin Kirk
Arizona State University
spam_OUTmlkTakeThisOuTspamasu.edu
(602) 263-9270


'16C57 file registers above 01Fh'
1994\11\01@172156 by crocontroller discussion list
flavicon
face
Martin,

you have confused me with your question.  The org statements are usually
reserved for setting the positioning in ROM (the program space) and you
simply provide names (Aliases) for the actual register files.  They are
paged and you need to set flags in the FSR for the data memory pages.
(Need to also flags in Status file for the paging control on program memory)

This stuff (the paged memory) is only drawback I see in the PICs.

regards

Gary Gaskell
DSTC
Cooperative Research Centre for Distributed Systems Technology
Queensland University of Technology
Ph    +61-7-864 1051            FAX    +61-7-864 1282
Email .....gaskellKILLspamspam@spam@dstc.qut.edu.au   URL    http://www.dstc.edu.au/intro.html

On Mon, 31 Oct 1994, Martin L. Kirk wrote:

{Quote hidden}

1994\11\02@002107 by crocontroller discussion list

flavicon
face
Thanks everyone for the help on PIC registers above 01Fh.  I am using the
FSR to page select as you suggested.

Martin Kirk
Arizona State University
(602) 263-9270

More... (looser matching)
- Last day of these posts
- In 1994 , 1995 only
- Today
- New search...