Hi, I need to place a constant array at code address 0x10000. When i say this it puts it in address 0x0000 leaving out the one and it conflicts with the code already present at 0x0000. Can someone tell me how to solve this problem? Thanks, Vj.
There's a difference between a CONST segment and an HCONST segment to the linker. Far data has a different segment type as well as a different declaration syntax.