11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Error and Warning Messages(847) operand error (Assembler, Optimiser)The operand to this opcode is invalid. Check your assembler reference manual for the proper formof operands for this instruction.(857) psect may not be local and global (Linker)A local psect may not have the same name as a global psect, e.g.:psect text,class=CODE ; text is implicitly globalmove r0, r1; elsewhere:psect text,local,class=CODEmove r2, r4The global flag is the default for a psect if its scope is not explicitly stated.(862) symbol is not external (Assembler)A symbol has been declared as EXTRN but is also defined in the current module.(864) SIZE= must specify a positive constant (Assembler)The parameter to the PSECT assembler directive’s size option must be a positive constant number,e.g.:PSECT text,class=CODE,size=-200; a negative size?(865) psect size redefined (Assembler)The size flag to the PSECT assembler directive is different from a previous PSECT directive, e.g.:psect spdata,class=RAM,size=400; elsewhere:psect spdata,class=RAM,size=500(867) psect reloc redefined (Assembler)The reloc flag to the PSECT assembler directive is different from a previous PSECT directive, e.g.:psect spdata,class=RAM,reloc=4; elsewhere:psect spdata,class=RAM,reloc=8315

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!