From: Martin Str|mberg Message-Id: <200207072044.g67KirW17991@speedy.ludd.luth.se> Subject: Re: djasm addressing mode problems In-Reply-To: <10207071639.AA15060@clio.rice.edu> "from Charles Sandmann at Jul 7, 2002 11:39:28 am" To: djgpp-workers AT delorie DOT com Date: Sun, 7 Jul 2002 22:44:53 +0200 (CEST) CC: Charles Sandmann X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 According to Charles Sandmann: > > ; 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. Aaargh! It works just fine with "movd". Thanks! Right, MartinS