This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

segment selection

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