X-Authentication-Warning: delorie.com: mail set sender to opendos-bounces using -f From: "Michal H. Tyc" Organization: BTTR Software Date: Tue, 09 Dec 2003 10:58:09 +0100 X-Mailer: Arachne V1.73;GPL To: opendos AT delorie DOT com Subject: Re: DR Dos on a P4 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-2 Content-transfer-encoding: 8bit Message-Id: Reply-To: opendos AT delorie DOT com On Mon, 8 Dec 2003 11:06:36 -0600, Jacob Brewer wrote: > My assembler isn't too good. I am having problems getting the line "not > dword [es:bx + di]" to compile in MASM6.11. I am getting a syntax error :( > Is it the same as "not [es:bx + di]" This source is in NASM syntax, which is somewhat simplified in comparison with MASM. In some aspects (like square brackets around memory references) it resembles TASM in Ideal mode. Sometimes I like NASM and sometimes I don't... nobody is perfect. Anyway, it seems that Arkady already explained everything. BTW, didn't you get my private message with CLRVDISK.COM attached, or you just want to rebuild it from the source? Michal