Re: Runtime libraries Link issue

2002-02-19 Thread Terry Dennis
re: Is there a reason you can't make your application multi-segment? Not really. I'm just trying to keep it as small as possible, and therefore didn't want to add the overhead of the segment manager library routines. After I posted my question, I determined what was causing the call to _lmul_.

Runtime libraries Link issue

2002-02-18 Thread Terry Dennis
To stay within the 32K jump limits of Small Model applications, I implemented a Jump table to all the static runtime library routines that need to be accessed by application code. And, I positioned my library at the end of my application Segments so more application code will be able to fit