aboutsummaryrefslogtreecommitdiff
path: root/tccasm.c
Commit message (Collapse)AuthorAgeFilesLines
* Import more changesets from Rob Landley's fork (part 2)grischka2007-11-211-1/+1
|
* support for empty input register section in asm (Filip Navara)bellard2005-09-031-13/+15
|
* added -f[no-]leading-underscorebellard2005-06-151-1/+1
|
* pool for symbol allocationbellard2004-11-071-1/+1
|
* copyright updatebellard2004-10-271-1/+1
|
* added .quad asm directivebellard2004-10-251-0/+27
|
* added .ascii and .asciz directivesbellard2004-10-231-7/+20
|
* absolute symbols support - .org, .fill and .previous directivesbellard2004-10-181-36/+189
|
* both .globl and .global directives are accepted by asbellard2004-10-021-0/+1
|
* changed license to LGPLbellard2003-05-241-11/+11
|
* various asm directives - char support (Dave Long)bellard2003-04-281-1/+77
|
* asm number parsing (thanks to Dave Long)bellard2003-04-211-2/+2
|
* fixed inline asm without operand casebellard2003-04-141-3/+8
|
* asm supportbellard2003-01-061-0/+744