This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error L121 improper fixup

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?