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



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.