From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10207071639.AA15060@clio.rice.edu> Subject: Re: djasm addressing mode problems To: djgpp-workers AT delorie DOT com Date: Sun, 7 Jul 2002 11:39:28 -0500 (CDT) Cc: ams AT ludd DOT luth DOT se In-Reply-To: <200207061632.g66GWww09950@speedy.ludd.luth.se> from "Martin Str|mberg" at Jul 06, 2002 06:32:57 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > ; movl [esi], 0 > ; movl 0x04[esi], 0 > ; movl [esi+0x04], 0 > ; movl [esi], my_dd > ; movl 0x04[esi], my_dd > movl [esi+0x04], my_dd > On all the lines involving movl and esi, djasm errors out. E. g. the > uncommented one says: stub.asm doesn't use movl anywhere, but uses the acronym movd in the one place it needs to show moving 4 bytes.