Hi, I'm trying to locate a module within a code banked project, and I need a module to reside at a specific address in bank 1. The module gets located correctly via the BANK1(modname.obj), but if I attempt to locate this module via the subsequent use of CODE(?PR?*?MODNAME(300h)), the module then appears at 0x300 in the commmon code area. How can I get the linker to locate my module where I need it in bank 1? Many thanks! David
It's OK- I found the manual!