Hi all, I'd like to know if it is possible to select a segment from another one. I explain: usually you do this: CODE_SEG segment CODE rseg CODE_SEG what I want to do is: CODE_SEG segment CODE rseg ANOTHER_CODE_SEG Thanks for answering, Gilles