I want to load two different applications into memory. One application will jump to the other. How do you set up the start address in memory and the code size that the compiler will use in generating the application code. Also, is there an easy way to check how much total memory a compiled application will require. Thanks for any help.