Re: [dev] [scc] issues with invoking

From: <k0ga_AT_shike2.com>
Date: Tue, 19 Apr 2016 22:32:21 +0200

> There is no such thing as GNU syntax. gas supports both syntaxes;
> AT&T is the de facto standard.

I meant the GNU syntax for inline assembly, not the syntax of
the assembler itself. Something that I could accept is for example:

        __asm("...");

or

        __asm {
                ...
        }

The GNU syntax for inline assembly try to define "asm templates"
with input parameters from the c code.


Regards,
Received on Tue Apr 19 2016 - 22:32:21 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 19 2016 - 22:36:11 CEST