From: radon AT swipnet DOT se (Rikard Björklind) Newsgroups: comp.os.msdos.djgpp Subject: Accessing Memory? Date: Mon, 01 Dec 1997 19:34:33 GMT Organization: u.p.a Lines: 7 Message-ID: <348310b5.2770526@nntpserver.swip.net> Reply-To: radon AT swipnet DOT se NNTP-Posting-Host: dialup79-1-3.swipnet.se NNTP-Posting-User: s-298159 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! I am new to DJGPP.. I have programmed some pascal, but I want to use C instead... Now there is one problem.. In real mode programs I know how to access memory.. like 0a000h:0abcdh .. but in pmode it is different, right? Now how do I do to adress mem in djgpp? in TMT-pascal, a pmode compiler, you add a variable called _zero to the offset. is it something similar in DJGPP?? Well, bye!