Hoping someone can help me with a question. I'm stepping up to the big league in development tools and I've never used a linker like this before. I'm converting some of my older assembly stuff to the new system while using it to try the new features of this system. It all assembles great but it's putting all the segments at 4000h (except the absolute jump at the start). If I tell it that the ROM is from 0 to 01ff I get linker errors. Any ideas how I get all these segments to follow one another, without a break?. I've read so many manuals this week my head is spinning but I can't fiure out what I've messed up. Thanks