aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.h
Commit message (Collapse)AuthorAgeFilesLines
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-10/+19
| | | | | Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it.
* fix 32bit asmgrischka2009-11-141-0/+4
| | | | | | | The new 16bit code was causing wrong 0x66 prefixes in 32bit code. The fix possibly breaks the feature on 16bit asm.
* Fixed compilation error in i386-asm.cFrederic Feret2009-11-131-2/+2
|
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-6/+15
|
* push/pop fixes - added fxsave and fxrstorbellard2004-10-181-4/+6
|
* asm supportbellard2003-01-061-0/+444