aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of a warning and fix .batgrischka2008-03-251-8/+7
|
* Comply to c89 compilers other than gcc (Hanzac Chen)grischka2008-03-251-0/+3
|
* allow (base,index) as alias to (base,index,1)bellard2006-02-201-2/+4
|
* segment override prefix support (Filip Navara)bellard2005-09-031-2/+26
|
* fixed 'no base' modrm generation - better asm constraints handlingbellard2004-10-181-83/+158
|
* changed license to LGPLbellard2003-05-241-11/+11
|
* added % constraintbellard2003-04-271-4/+10
|
* added 'A' asm constraintbellard2003-04-141-5/+30
|
* asm supportbellard2003-01-061-0/+1077