With regard to the asm code, the compiler doesn't like 'data'. It may be
a reserved word. Change it to 'data1' or something else, and it will
compile OK.
hi this is the first time of mine working with ccs so i needed to do a code to run a nrf24l01 on a pic16f88, when i did the emisor code , wich is similar to the receptor code (below) i didnt have any ...