Re: [Tinycc-devel] Crutches_for_TCC_inline_Asm.

2017-07-16 Thread David Mertens
No personal attacks on this list, please. On Sun, Jul 16, 2017 at 2:30 AM, ANDY TAKKER wrote: > Chronology: > http://lists.nongnu.org/archive/html/tinycc-devel/2017-07/msg00031.html > http://lists.nongnu.org/archive/html/tinycc-devel/2017-07/msg00032.html >

[Tinycc-devel] Crutches_for_TCC_inline_Asm.

2017-07-16 Thread ANDY TAKKER
Chronology: http://lists.nongnu.org/archive/html/tinycc-devel/2017-07/msg00031.html http://lists.nongnu.org/archive/html/tinycc-devel/2017-07/msg00032.html http://lists.nongnu.org/archive/html/tinycc-devel/2017-07/msg00034.html

Re: [Tinycc-devel] Crutches_for_TCC_inline_Asm

2017-07-14 Thread Daniel Glöckner
On Fri, Jul 14, 2017 at 10:07:55AM +0300, ANDY TAKKER wrote: > As I see, there are no good teaches among tinycc-devel. Yeah, I know, I studied maths and cs, not pedagogy. > So, let's go on. Next program compiling well, but > linking bad. >asm ( "mov %eax, a" ); Linking fails because it

[Tinycc-devel] Crutches_for_TCC_inline_Asm

2017-07-14 Thread ANDY TAKKER
Crutches for TCC inline Asm. The beginning of the story is here: http://lists.nongnu.org/archive/html/tinycc-devel/2017-07/msg00031.html http://lists.nongnu.org/archive/html/tinycc-devel/2017-07/msg00032.html As I see, there are no good teaches among tinycc-devel. So, let's go on. Next program