We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
My program:void time(void) interrupt 1 {...} When linking, error L121 is given: *** ERROR L121: IMPROPER FIXUP MODULE: main.obj (MAIN) SEGMENT: ABSOLUTE OFFSET: 000BH If "interrupt 1" is deleted, the link is OK. Why?
See also the answers in the knowledgebase: http://www.keil.com/support/docs/2157.htm http://www.keil.com/support/docs/1270.htm