From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: linear address to seg:off address Date: 20 Sep 2000 12:52:31 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 12 Message-ID: <8qabuf$i75$1@antares.lu.erisoft.se> References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 3ik4(383 21)#fjf (jie87lr4389 AT hotmail DOT com) wrote: : Hi! I have this problem: I have a stucture and I managed to obtain it's : address but this address is a 32 bit address and I have to write this : structure's address to a BIOS address wich requires a seg:offset kinda : addressing mode. How can I compute this address from the 32 bit address ?? Generally you can't. See FAQ 17.7. Right, MartinS