aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.h
Commit message (Collapse)AuthorAgeFilesLines
* Detect correct instruction with incorrect operandsThomas Preud'homme2013-09-241-1/+1
| | | | | | Display a different warning when an instruction is recognized by tcc but the operands found do not correspond to the constraints of the instruction.
* i386-asm: support "pause" opcodeJoe Soroka2011-02-241-0/+1
|
* tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)Joe Soroka2011-02-011-0/+2
|
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-011-2/+2
|
* i386-asm: accept retl as a synonym for retJoe Soroka2011-01-211-0/+2
|
* 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