[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/658] i386 assembler and disassembler can't handle SIB with INDE
From: |
hjl at lucon dot org |
Subject: |
[Bug gas/658] i386 assembler and disassembler can't handle SIB with INDEX==4 |
Date: |
14 Jan 2005 21:58:35 -0000 |
------- Additional Comments From hjl at lucon dot org 2005-01-14 21:58 -------
mov eax,DWORD PTR [ebx+0*2]
doesn't make senses for Intel syntax since it simply means
mov eax,DWORD PTR [ebx+0]
This patch
http://sources.redhat.com/ml/binutils/2005-01/msg00151.html
will display and accept
8b 04 23 mov (%ebx,,1),%eax
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=658
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.