I have written program for some product, a cble tester. The complete code arround 600 bytes and compiled and generated HEX files successfully. In this case I have disabled the OVERLY OPTION. IF I ENABLE THE OVER LAY OPTION FOLLOWING MESSAGE APPEARS AS LINKING ERROR Linking **** ERROR 121: IMPROPER FIX UP MODULE:\file name SEGMENT: ABSOLUTE OFFSET:000B Please let me how to interprit this and to solve this I have used timer to generate interrupt like "void timer_zero(void) interrupt 1 using 2" All variable used are GLOBAL VARIABLES ONLY
Have you looked up this error in the manual and/or online help? Also, search the knowledgebase for "Improper Fixup" - it has some articles on this