How Can I fix CONST space on code banks for any C51 program? thx
The linker physically locates segments, so you would use the linker directives described in the linker manual ("assembler/utilities"). Constants are located in the common area. If you're absolutely sure that another bank is always selected when you need the constant, you can relocate them.