Gas assembler
1
Name:
Anonymous
2010-07-08 13:08
Pig disgusting syntax, inferior in every way to fasm and its never updated."\n\t" <--this shit is appended to every line.
2
Name:
Anonymous
2010-07-08 13:12
Why are you ranting about old outdated software, expecting it to be as good as current software?
3
Name:
Anonymous
2010-07-08 13:57
>>2
>he never used GCC inline assembler
4
Name:
Anonymous
2010-07-08 14:07
>>1
GAS runs on and compiles for much more architectures than FASM.
5
Name:
Anonymous
2010-07-08 14:24
>>3
Fuck off back to the imageboards.
6
Name:
Anonymous
2010-07-08 17:15
7
Name:
Anonymous
2010-07-08 17:33
GAS is designed to process the output of GCC. It is not intended for hand-coded assembly. People do use GAS for hand-coded assembly language, but they are idiots.
8
Name:
Anonymous
2010-07-08 20:43
>>7
Good thing GNU C doesn't have an explicit syntax for inline assembly, then.
9
Name:
Anonymous
2010-07-09 6:26
>>8
How is GCC's inline assembly syntax related to GAS? Besides, GCC inline assembly is the very definition of poorly documented suckage.
10
Name:
Anonymous
2010-07-09 12:14
>>9
Op refers to inline assembler. No sane person would pick gas to write standalone programs.
11
Name:
Anonymous
2010-07-09 13:04
>>10
Then the OP should have said so, instead of talking about GAS.
12
Name:
Anonymous
2010-07-09 13:58
>>9
How is GCC's inline assembly syntax related to GAS?
You're an idiot.
13
Name:
Anonymous
2010-12-27 4:51