From: "Thomas Schachtner" Newsgroups: comp.os.msdos.djgpp Subject: read a specific memory address Date: Wed, 2 May 2001 16:13:19 +0200 Organization: Deutsche Telekom AG Lines: 24 Message-ID: <9cp464$ju8$1@news2.dtag.de> NNTP-Posting-Host: masked-user.toshiba-tro.de X-Trace: news2.dtag.de 988812292 20424 194.25.188.1 (2 May 2001 14:04:52 GMT) X-Complaints-To: usenet AT news DOT dtag DOT de NNTP-Posting-Date: 2 May 2001 14:04:52 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi there, does anybody know how I can read a value from a specific memory address? I want to read a value that is stored on (Real-Mode-)Address: F000:0000 And another value from e. g. 0x03847384 (a 32 bit memory address). is the address the same as the value from a pointer? i.e.: char *a; a=(char *)0x03847384 Does a then point to this specific memory address? Why not? Why do I get an error sometimes? Please help me! Best regards and thank you for your help in advance, Tom