Page 1 of 1

Flowcode_PIC24_dsPIC_V4 and asm code

Posted: Thu Jun 09, 2011 7:53 am
by regisD
Hi,

I have a problem with asm code and dspic, when i include a C code in my project (PIC24H128GP504), i get 'error: syntax error before nop '.
I simply used the sample code asm nop.

Thanks for your help.

Re: Flowcode_PIC24_dsPIC_V4 and asm code

Posted: Thu Jun 09, 2011 10:05 am
by Benj
Hello,

For the dsPIC version of Flowcode Assembler code needs to be entered like this.

asm("nop");

Re: Flowcode_PIC24_dsPIC_V4 and asm code

Posted: Thu Jun 09, 2011 11:51 am
by regisD
Ok , it's working,
thanks again Benj

the french documentation (help file) must be update...

Re: Flowcode_PIC24_dsPIC_V4 and asm code

Posted: Thu Jun 09, 2011 6:29 pm
by saschech@gmx.de
Hello

the french documentation (help file) must be update...all other also

Regards Wolfgang