[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
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