Hello, I have developped a rommask on 8051 with C51 and BL51. Today, I have to add a patch in EEPROM on this rommask. But, only for easy debugging purpose, I would like to build the patch together with the rommask. The problem is that the linker merges both codes (rommask+patch), so the debugged patch won't be the same than expected. Does anybody know whether there is a way to 'freeze' the rommask link (e.g. like a library - tried Librarian, but unefficient) ? Thanks for any reply (even if it is a bad new). Laurent.