When compiling a project with Tiny C Compiler, is it possible to use Intel assembly syntax in inline assembly blocks?
Asked
Active
Viewed 1,461 times
2
-
Btw - just wondering why you're using TCC.. – Nils Pipenbrinck Apr 04 '09 at 18:29
1 Answers
3
No, it's not.
TCC only supports AT&T syntax

Nathan Fellman
- 122,701
- 101
- 260
- 319

Nils Pipenbrinck
- 83,631
- 31
- 151
- 221