aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.c
Commit message (Expand)AuthorAgeFilesLines
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-248/+368
* i386-asm: fix imulgrischka2009-12-061-1/+2
* asm 32/64: replace (long)sym->next by sym->jnextgrischka2009-11-211-3/+3
* fix 32bit asmgrischka2009-11-141-25/+13
* fix ambiguityBernhard Reutner-Fischer2009-11-131-1/+1
* Fixed compilation error in i386-asm.cFrederic Feret2009-11-131-3/+1
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-31/+188
* 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