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.
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