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

variable placement

How Can I fix CONST space on code banks for any C51 program?

thx

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

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

Children
No data