Hi, I have asembler project including few files and I want to place a constant table e.g. "Thats my program" at the end of segment code but I don't know how to force linker to do it.Could enyone helps me?
I have not tried this myself, but... If you are using LX51, you should be able to locate a segment at the end of memory using SEGMENTS and the keyword LAST in the address field. See the Assemble/utilities manual. Seach for SEGMENTS, page 346 in my copy.