Date: Tue, 11 Feb 1997 17:08:44 -0500 (EST) From: Nikita Proskourine To: djgpp AT delorie DOT com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 them carefully). NASM gives me an error when I try to compile program. Undefined symbol '.data' or something. But it's the name of my data segment! Why can't I using a MOV < >, SEG < > instruction for .data ? Thanks in advance, Nikita.