Re: help me

2014-03-18 Thread Jonathan Wakely
On 18 March 2014 17:35, Ali Abdul Ghani wrote: > hi list > I need help This is the wrong list for user support, please use the gcc-help mailing list instead. You will probably want to provide more information that "but cannot work" if you expect anyone to be able to help.

Re: Help me with the patterns

2008-04-24 Thread Mohamed Shafi
On Thu, Apr 24, 2008 at 12:01 PM, Mohamed Shafi <[EMAIL PROTECTED]> wrote: > Hello all, > > The target that i am porting in gcc 4.1.2, has the following instructions > > setb Rx, bitno > clrb Rx, bitno > > where bit bitno of Rx will either be set or reset. > > For statements like > > a |= (1

Re: Help me about C language Specification

2005-04-13 Thread Mike Stump
On Apr 13, 2005, at 1:30 AM, thanh tuan wrote: I am a student, and I am studying to build an ANSI C compiler into ASM. I know, you can download gcc and then do configure && make CFLAGS=- save-temps. This will give you asm for an ANSI C compiler. :-) [ wrong list, please use gcc-help instead. ]

Re: Help me about C language Specification

2005-04-13 Thread Jonathan Wakely
On Wed, Apr 13, 2005 at 03:30:31PM +0700, thanh tuan wrote: > Hello, > I am a student, and I am studying to build an ANSI C compiler into > ASM. The things I need now are the ANSI C specification ( or something > about the state machine, automata to do lexeme and syntax...) > Please tell me whe