We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Yes I am using the eval version. As I (kind off) said, I'm just getting to this level and I'm trying to figure out which system to go with. I also need to continue to support what I've been doing so I was trying to adapt existing source code to get the same results. Now I know why it didn't work, and that it will work if I decide to go with this system Thanks!