Greetings,

On Wed, 06 Jan 2010 17:30:11 +0100, Rob Hamerling wrote
> Hi Joep,
> 
> Joep Suijs wrote:
> 
> > I looked into the _irp error that Wayne reported.
> 
> I didn't follow that, sorry if I repeat what has already been discussed.
> 
> > It is caused by the use of string array in the procedure
> > print_string(). Arrays seems not to be supported on 12f509. Can
> > anybody confirm this?
> 
> Indirect addressing is not supported by this chip, so if a library 
> uses indirect addressing it should check if the chip supports it.

The chip supports it though JALv2 may not, in which case either a bug report
or enhancement request would be in order. 

> Beware with this test: for example the 16F683 has a STATUS_IRP bit,
>  but the datasheet tells us that this bit is reserved! Maybe a check 
> on 'core' would do, but that may be too general.

I'd say test for '_ind' -- if it exists, arrays should be supported.

--kyle

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.


Reply via email to