Date: Thu, 13 Feb 1997 15:36:01 -0500 (EST) From: Nikita Proskourine To: djgpp AT delorie DOT com Subject: data segment in NASM (repost) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Nobody replied to my last message, did it get lost in the Internet traffic? Or maybe you didn't bother to look at it because I forgot to type the subject? Here is the message: What's the proper way of loading DS with the value of my data segment in NASM? The docs don't say anything about this (or maybe I am just using an old version or didn't read the docs carefully). NASM gives me an error when I try to compile the program: something like "Undefined symbol '.data'" But it's the name of my data segment! Why can't I use a MOV < >, SEG .data instruction? Thanks in advance, Nikita.