tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TOK_PPNUM for asm


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] TOK_PPNUM for asm
Date: Sat, 7 May 2016 17:48:55 +0300

> > There may be a float numbers in assembler like 0x1eP+1 and 10e-1

> Are you sure that syntax is correct? Can you show an example that is
> accepted by GCC or TCC?

An example of float declaration (compiles by gcc but not tcc)
data
.global pi_minus
pi_minus:
.float 0f-31415926535897932384626433832795028841971.693993751E-40



reply via email to

[Prev in Thread] Current Thread [Next in Thread]