aboutsummaryrefslogtreecommitdiff
path: root/x86_64-asm.c
Commit message (Collapse)AuthorAgeFilesLines
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-1266/+0
| | | | | Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it.
* asm 32/64: replace (long)sym->next by sym->jnextgrischka2009-11-211-2/+2
|
* x86_64: fix asmgrischka2009-11-141-14/+17
|
* first support of x86_64 assemblyFrederic Feret2009-11-131-0/+1263