From: AndrewJ Newsgroups: comp.os.msdos.djgpp Subject: Re: c++ pointers to asm.... Message-ID: References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 Date: Mon, 14 Aug 2000 13:15:11 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 966258911 24.42.120.18 (Mon, 14 Aug 2000 06:15:11 PDT) NNTP-Posting-Date: Mon, 14 Aug 2000 06:15:11 PDT Organization: Excite AT Home - The Leader in Broadband To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >What does -> & and * look like in asm?? Simply put, it doesn't. These are C (and C++) specifiers for manipulating an object by its memory address . In assembler code, addresses are stored as immediate values or in memory themselves. ------- AndrewJ "This is a wonderful answer. It's off-topic, it's incorrect, and it doesn't answer the question." - Richard Heathfield.