Re: Naiive .const directive for imcc

2002-12-11 Thread Leopold Toetsch
[EMAIL PROTECTED] wrote: Leo -- I tried my hand at adding a naiive (that is, incorrect) version of .const = I'll implement such a thing based on your patch and on the recent lexical changes. Constants declared like above will be real constants without register usage. Syntax will be

Naiive .const directive for imcc

2002-12-10 Thread gregor
Leo -- I tried my hand at adding a naiive (that is, incorrect) version of .const = to imcc. I'm forwarding the patch. What it does is combine the creation of the identifier with the assignment of the value. It is incorrect (of course) because it uses a register, when it should not be nece