Date: Wed, 3 Feb 1999 13:14:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Isaac Waldron cc: djgpp AT delorie DOT com Subject: Re: Accessing Constants in Assembly Code In-Reply-To: <001301be4ec9$0525a9e0$9fbc98ce@waldroni> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 2 Feb 1999, Isaac Waldron wrote: > The only line that accesses VideoRAM in blit.s appears as such: > > mov eax,[_VideoRAM] (NASM syntax) Then why did the linker complain about VideoRAM, without the underscore?