X-Authentication-Warning: delorie.com: mail set sender to opendos-bounces using -f X-Authentication-Warning: piglet.mos.ru: uubelous set sender to belous!belous.munic.msk.su!ark using -f >Received: by belous.munic.msk.su (dMail for DOS v2.7.10, 24Jul03); Mon, 8 Dec 2003 21:16:54 +0300 To: opendos AT delorie DOT com X-Comment-To: Jacob Brewer References: <213B4DD669E9D31198660090277565633D9C56 AT EXCHANGE> Message-Id: <2.7.10.CYZR.HPL9G4@belous.munic.msk.su> From: "Arkady V.Belousov" Date: Mon, 8 Dec 2003 21:16:52 +0300 (MSK) X-Mailer: dMail [Demos Mail for DOS v2.7.10] Subject: RE: DR Dos on a P4 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r X-MIME-Autoconverted: from 8bit to quoted-printable by box.mos.ru id hB8J0Go24876 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id hB8J0ZvU011471 Reply-To: opendos AT delorie DOT com Hi! 8-δΕΛ-2003 11:06 _Jacob DOT Brewer AT oasisgamingusa DOT com (Jacob Brewer) wrote to "'opendos AT delorie DOT com'" : JB> My assembler isn't too good. I am having problems getting the line "not JB> dword [es:bx + di]" to compile in MASM6.11. Replace "dword" by "dword ptr" - NASM language is different (dumber), than language of TASM/MASM. But "not dword ptr" is a 32-bit instruction, and you should add .386 directive to enable compile 32-bit instructions in 16-bit code. JB> I am getting a syntax error :( JB> Is it the same as "not [es:bx + di]"