> Dave Selvester wrote:
> > >
> > >
> > > Select the same processor in the [Options -> Development Mode] menu
> > > item.
> > >
> > > --
> > Thanks for the advice Tony.
> > I.m pretty sure the correct processor was set in options/development.I had a list and include command.It seems to pick up this indef statement from the pic16f84a.inc file.Im using Promate II,but cant see anything else i.m doing wrong.Would this possibly cause an error in my assembled code?
>
> It may, if warnings are generated like "Address exceeds maximum range
> for this processor".
>
> Check the command line statement which is shown prior to assembly.
> (Usually the screen that pops up when you press [ALT F10]. It will tell
> you the processor that the code is being assembled for.
>
> In your case, when the code is being assembled, MPASM is finding another
> processor defined in your code from the "list" directive. This error
> message is telling you that the assembler is ignoring the processor
> definition "in the code", and is using the one defined in the command
> line instead.
>
> I have just tested a code assmebly with 16F84A selected and using the
> 16F84A.inc file and I don't get any problems.
>
> --
> Best regards
>
> Tony
>
> mICros
>
http://www.bubblesoftonline.com
>
salesEraseME
.....bubblesoftonline.com
>
> --
>
http://www.piclist.com#nomail Going offline? Don't AutoReply us!
> email
EraseMElistserv
mitvma.mit.edu with SET PICList DIGEST in the body
>
>
>