need help for understanding phase errors

Thread Starter

karanpratap

Joined Nov 28, 2012
1
hii,
I m working on PIC microcontroller for the first time.I m usin mplab for its programming usin assembly language. My program is flooded with phase errors.i hv never heard about it b4. how cn i remove it ?please help!!!
 

Papabravo

Joined Feb 24, 2006
21,225
A phase error happens when symbols have different values in pass 1 and pass 2. They can be difficult to find. Do you have any conditional assembly statements that might redefine things between pass 1 and pass 2?
 
Top