Group: comp.os.cpm · Group Profile · Search for 0300h in comp.os.cpm
Author: j.e. van der geest
Date: Nov 9, 2007 07:04
I am trying to convert a very large old 16bit real mode app to 16bit protected mode. There are numerous ints that are called that return pointers to me in ES:DI or other segment registers. I am using int 31h function 0300h to simulate real mode interrupt. Everything works great but it returns to me Segment:Offset. I need Selector:Offset(obviously). Is there some way to determine the selector
|