How can I set the code segment used by the CPU in a small memory model when executing a downloaded application. I am having trouble in trying to force an interrupt function to use the correct code segment address when a downloaded application is used. The interrupt function continues to execute code out of the old segment, and I want it to execute code from the new segment. Thanks for any help.