Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] inline assembly code


  • Subject: [Frama-c-discuss] inline assembly code
  • From: xu.deng at intel.com (Deng, Xu)
  • Date: Mon, 28 Mar 2011 16:49:29 +0800
  • In-reply-to: <AANLkTinXt6MrB=a3415PJoacRLF93MQ1bcsejAvyKCbG@mail.gmail.com>
  • References: <1A42CE6F5F474C41B63392A5F80372B253E04F8B@shsmsx501.ccr.corp.intel.com> <AANLkTinXt6MrB=a3415PJoacRLF93MQ1bcsejAvyKCbG@mail.gmail.com>

So by default assembly code will be ignored in input/output computation. Thank you for the quick response!

Thanks

Xu Deng
8621-7069


-----Original Message-----
From: frama-c-discuss-bounces at lists.gforge.inria.fr [mailto:frama-c-discuss-bounces at lists.gforge.inria.fr] On Behalf Of Pascal Cuoq
Sent: Monday, March 28, 2011 10:44 AM
To: Frama-C public discussion
Subject: Re: [Frama-c-discuss] inline assembly code

Hello,

> How frama-C handle the inline assembly code in a C program when compute the
> input and output of a function? Will the reference in inline assembly code
> be counted in?

Of course, the problem with inline assembly in C programs is that it
is not standardized; different compilers have different syntaxes. So
the asm statement is treated as if it did nothing.