>
> Thanks Clyde,
>
> I think you have given me what I need...
>
> Bob Segrest
>
> At 02:36 PM 2/9/97 +1000, you wrote:
> >Thus spake Bob Segrest (
RemoveMEbobslanTakeThisOuT
EROLS.COM):
> >
> >> When I use the MPASM assembler, how do I declare/allocate RAM storage ???
> >
> >I'm not the best person to ask about this, since I don't use the
> >MPASM assembler. But I have seen other people do this:
> >
> >ScratchPadRam equ 0x20
> >AA equ ScratchPadRam+0
> >BB equ ScratchPadRam+1
> >CC equ ScratchPadRam+2
> >
> >Note that the addressable RAM does NOT start from 0 - the registers like
> >the timer, indirect register etc. are located in low memory. Check the memory
> >map in the data sheet (it's on the web at
http://www.microchip.com if you don't
> >have it).
> >
> >Clyde
> >
> >--
> >Clyde Smith-Stubbs | HI-TECH Software, | Voice: +61 7 3354 2411
> >
spamBeGoneclydespamBeGone
htsoft.com | P.O. Box 103, Alderley, | Fax: +61 7 3354 2422
> >
http://www.htsoft.com | QLD, 4051, AUSTRALIA. |
> >---------------------------------------------------------------------------
> >Download a FREE beta version of our new ANSI C compiler for the PIC
> >microcontroller! Point your WWW browser at
http://www.htsoft.com/
> >
> >