Hi,
How can I read an array of bytes inside the ASM/ENDASM code?
I think there's a problem with variables name...

here's my code:

btfss _A8
and _matrice[0],w
btfss _A9
and _matrice[1],w

compiler returns "illegal character '[' "....

hope someone can help me...

Bye