tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] ASM - Error


From: Jens Arm
Subject: Re: [Tinycc-devel] ASM - Error
Date: Fri, 21 Feb 2003 14:26:58 +0100

> > If I compile the attached cpuinfo.c I get that asm related error:
> > 
> > address@hidden tmp]$ tcc cpuinfo.c 
> > cpuinfo.c:28: invalid clobber register '%eax'
> 
> The standard syntax seems to be not to put a '%' in a clobbered register 
> name. '%' could be added because gcc seems to accept it as well.

I have the '%' removed, but now I get in the next asm procedure an error,
which isn't an error in gcc:

address@hidden tmp]$ tcc cpuinfo.c
cpuinfo.c:38: string constant expected


Jens




reply via email to

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