On 2013-12-21 07:26, Paulo Pinto wrote:

However you do touch a nice point, even ANSI/ISO C needs to rely on
external assemblers to be useful at systems level. This is something
developers forget when they equate language == what my compiler supports.

You will most likely not be able to rely only on standard ANSI/ISO C. Be it either languages extension, using some pragma/attribute or some special flag. Things like force inline, placing data structures in special sections and so on.

--
/Jacob Carlborg

Reply via email to