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(781) can’t enter abs psect (Assembler)This is an internal compiler error. Contact HI-TECH Software technical support with details.(782) REMSYM error (Assembler)This is an internal compiler error. Contact HI-TECH Software technical support with details.(783) "with=" flags are cyclic (Assembler)If Psect A is to be placed “with” Psect B, and Psect B is to be placed “with” Psect A, there is nohierarchy. The with flag is an attribute of a psect and indicates that this psect must be placed in thesame memory page as the specified psect.Remove a with flag from one of the psect declarations. Such an assembler declaration may looklike:psect my_text,local,class=CODE,with=basecodewhich will define a psect called my_text and place this in the same page as the psect basecode.(784) overfreed (Assembler)This is an internal compiler error. Contact HI-TECH Software technical support with details.(785) too many temporary labels (Assembler)There are too many temporary labels in this assembler file. The assembler allows a maximum of2000 temporary labels.(787) copyexpr: can’t handle v_rtype = * (Assembler)This is an internal compiler error. Contact HI-TECH Software technical support with details.(788) invalid character ("*") in number (Assembler)A number contained a character that was not part of the range 0-9 or 0-F.(790) EOF inside conditional (Assembler)END-of-FILE was encountered while scanning for an "endif" to match a previous "if".311

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

Saved successfully!

Ooh no, something went wrong!